Comment on array slicing and range operator
No Answer is Posted For this Question
Be the First to Post Answer
How to make the following assignment, as arrayreference assignment ? my $arr_ref='[1,2,3,4,4,'elem']';
what is the difference b/w coldfusion MX 6 and Coldfusion MX 7?
How to change a directory in perl?
How would you trap error occurred in the perl program/file?
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.
Explain the difference between use and require?
What is qq (double q)operator in perl?
Explain ivalue?
What is a hash?
6 Answers Photon, Satyam, Wipro,
What are the different types of perl operators?
How can you use Perl warnings and what is the importance to use them?
If EXPR is an arbitrary expression, what is the difference between $Foo::{EXPR} and *{"Foo::".EXPR}?