How to get help for perl?
What are the various flags/arguments that can be used while executing a perl program?
Define print() function in perl?
What is -> symbol in perl?
Explain goto expr?
Does Perl have objects? If yes, then does it force you to use objects? If no, then why?
Can any1 tell me 2 write the script using perl script 2 looking at a log file 2 see wheather the test has passed or not.
What elements of the Perl language could you use to structure your code to allow for maximum re-use and maximum readability?
How to code in perl to implement the tail function in unix?
Write a script for 'count the no.of digits using regular expressions in perl..
How to connect with sqlserver from perl and how to display database table info?
What is perl I used for?
What does `new $cur->{LINK}' do? (Assume the current package has no new() function of its own.)