What happens to objects lost in "unreachable" memory, such as the object returned by Ob->new() in `{ my $ap; $ap = [ Ob->new(), $ap ]; }' ?
No Answer is Posted For this Question
Be the First to Post Answer
what r the future opportunities in PERL/LINUX after 3 years ??
Suppose an array contains @arraycontent=(‘ab’, ‘cd’, ‘ef’, ‘gh’). How to print all the contents of the given array?
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
i have a folder called 'error' and in that, i have error log files which are generated by the build, now i want to findout the string 'error' from each log file and that error has to be copied into the another file called 'analysis'. how do you do this in perl?
List the files in current directory sorted by size ?
What elements of the Perl language could you use to structure your code to allow for maximum re-use and maximum readability?
What are the arguements we normally use for perl interpreter?
What is the difference between die and exit in perl?
Differentiate between use and require, my and local, for and foreach and exec and system
You want to empty an array. How would you do that?
How can you define “my” variables scope in Perl and how it is different from “local” variable scope?
When do you use perl programming?