Explain lexical variables.
No Answer is Posted For this Question
Be the First to Post Answer
How to know whether a key exists or not in perl?
What is a hash?
6 Answers Photon, Satyam, Wipro,
Assuming both a local($var) and a my($var) exist, what's the difference between ${var} and ${"var"}?
List the files in current directory sorted by size ?
What is the use of '>>' in perl?
Consider the following example #! /bin/perl use strict; sub sample { my @arr=(1,2,3,4); return @arr; } my ($a,$b,$c,$d) = &sample; print "$a\n$b\n$c\n$d\n"; In the above code, How can I get the $c without using the arguments such as $a,$b. I don't want to use any array to get the return values.
what is the meaning of rigging?
What is the difference between exec and system?
How can we create perl programs in unix, windows nt, macintosh and os/2 ?
What is the purpose of “_file_ literal” and “_line_ literal” in perl?
Define perl scripting?
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.