What interface used in PERL to connect to database? How do you connect to database in Perl?
No Answer is Posted For this Question
Be the First to Post Answer
What are prefix dereferencer? List them.
How do I pass a command line argument in perl?
Who created perl?
What is boolean context?
Which functions in perl allows you to include a module file. State their differences.
Explain ivalue in perl?
what is the difference between require and use in perl?
What is the tk module?
Try pattern matching for the following: 1) 10.111.23.11 2) /root/abc/cde/fgg/ac.xml --> Get file name without extention. 3) /root/abc/ac.xml/fgg/ac.xml --> Get file name without extention. 4) What does "DIE" meant in PERL? 5) chomp 6) "This is saturday" --> Print the weekday number. 7) 11-2-2009 --> Print the name of the month. 8) Reverse the string without using func in C.
How can information be put into hashes?
You want to open and read data files with perl. How would you do that?
How would you trap error occurred in the perl program/file?