What is the peculiarity of returning values by subroutines in perl?
No Answer is Posted For this Question
Be the First to Post Answer
Assuming both a local($var) and a my($var) exist, what's the difference between ${var} and ${"var"}?
What interface used in PERL to connect to database? How do you connect to database in Perl?
Which feature of Perl provides code reusability ? Give any example of that feature.
Write syntax to use grep function?
Explain cpan?
“Perl regular expressions match the longest string possible”. What is the name of this match?
You want to connect to sql server through perl. How would you do that?
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 is the function of Return Value?
Perl regular expressions are greedy" what does this mean?
write a script to display mirror image of a entered value and also check whether Palindrome
sort a word "system" in perl/shell without using built in functions output should be emssty