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
What is subroutine in perl?
How many loop control keywords are there in perl?
Differentiate use and require?
What does `$result = f() .. g()' really return?
How many types of variable in perl?
What is epoch time in perl?
There is no strict data types in perl unlike in other high level languages like Java so wouldn't that be a problem if a code in perl is to be a written by a big team of 20+ members ?"
What are perl strings?
You want to read command-line arguements with perl. How would you do that?
What does undef function in perl?
In CPAN module, name an instance you use.
Assuming both a local($var) and a my($var) exist, what's the difference between ${var} and ${"var"}?
How to read a file into a hash array?
What are the various flags/arguments that can be used while executing a perl program?
What is a chomp() function in perl?