What does the qx{ } operator do?
No Answer is Posted For this Question
Be the First to Post Answer
What does Perl do if you try to exploit the execve(2) race involving setuid scripts?
I have one question regarding to eval function. I know eval function is use for error checking but I am not able to understand below line. eval \'exec perl -S $0 ${1+\"$@\"}\' if 0; $0 for script name $@ set if error occur
Which has highest precedence in between list and terms? Explain?
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.
How do I generate a list of all .html files in a directory?
What is boolean context?
What are stdin, stdout and stderr?
Try pattern matching for the following: 1) 10.111.23.11 2) /root/abc/cde/fgg/ac.xml --> Get file name without extention. 3) /root/abc/ac.xml/fgg/ac.xml --> Get file name without extention. 4) What does "DIE" meant in PERL? 5) chomp 6) "This is saturday" --> Print the weekday number. 7) 11-2-2009 --> Print the name of the month. 8) Reverse the string without using func in C.
what is Polymorphism in Perl?
What is perl I used for?
I have created a CGI-based page,after entering all the values in to the fields, How to get the output on the web browser using Perl
What are the advantages of perl programming?