Explain the difference between "my" and "local" variable scope declarations. ?
Assuming both a local($var) and a my($var) exist, what's the difference between ${var} and ${"var"}?
Define operators used in perl?
How to create a directory in perl?
Explain what is STDIN, STDOUT and STDERR?
Comment on the scope of variables in perl.
Why is it hard to call this function: sub y { "because" } ?
Define dynamic scoping.
How do I generate a list of all .html files in a directory?
In Perl, there are some arguments that are used frequently. What are that arguments and what do they mean?
Explain chop?
How to code in perl to implement the tail function in unix?
Explain lists and ivalue?
Where the command line arguments are stored and if you want to read command-line arguments with Perl, how would you do that?
How can we create perl programs in unix, windows nt, macintosh and os/2 ?