Here is a Perl Problem that was posed to me. I was given one day time to solve. Unfortunately I did not know enough Perl to do it. And sadly, I did not get selected. However I wish to share this question with all. Please pose your answers or programs on this forum for the benefit of all friends. Submitted by ilangocal.
Here is the link for the full questions in exforsys forum, see if you can answer ttp://www.exforsys.com/forum/showthread.php?t=499
What's the significance of @ISA, @EXPORT @EXPORT_OK %EXPORT_TAGS list & hashes in a perl package? With example?
Latest Answer : The other trick is to use http://www.freetds.org/ for your sybase driver (M$SQL is just an old version of sybase that has been heavily modified). Then standard DBI calls work. Here is a program to login to an SQL server and print success if ...
Latest Answer : There's also:-T for taint mode for security/input-checking-W for show all warnings mode (or -w to show less warnings) ...
Latest Answer : When to use Perl1. For large text processing2. When application does lot of data manipulation3. When you need fast development4. For database loading operations5. When shell scrits grow to become libraries ...
Latest Answer : It is having the features of scripting (Shell) as well as programming (like C). Using PERL you can easily do the system administration works where comparitively difficult with Shell script. ...
Latest Answer : HiThe faviurite module is undoubtly CGI.pmIt simplifies the coding as we no need to worry about the intricacies involving the form processing etc.Thanks,Abhishek jain ...
Latest Answer : hi! perldoc is best help to perl. ...
Latest Answer : When you are developing an application for a real time system in which processing speed is of utmost importnace ...
Latest Answer : You to install the appropriate driver for DB so that the connection can be make, just like ODBC drivers for each DB interface are needed... ...