Answer Posted / raza jafri
My Favorite module is DBI.pm because it can handle almost
all the queries related to database.
Create,Delete,Insert,update.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How can the user execute a long command repeatedly without typing it again and again?
Write syntax to use grep function?
Write the program to process a list of numbers.
Which has the highest precedence, List or Terms? Explain?
What are the arguements we normally use for perl interpreter?
How to check the status of airplane mode (enable/disable) in perl for Android mobile?
How do you find the length of an array?
How to replace perl array elements?
What's the difference between /^Foo/s and /^Foo/?
What is -> symbol in perl?
What does 'do' statement do in perl?
What are the purpose of close(), getc() and read() functions?
What are the options that can be used to avoid logic errors in perl?
How would you ensure the re-use and maximum readability of your perl code?
Explain goto label, goto name, and goto expr?