What is the difference between for & foreach, exec &
system?
Answer Posted / raj
And i have read some where i could not remember the source
but foreach is faster than the for loop.
Thanks,
Raj
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
what is Perl one liner?
You want to add two arrays together. How would you do that?
Explain gmtime() function in perl?
What is it meants by '$_'?
What happens to objects lost in "unreachable" memory, such as the object returned by Ob->new() in `{ my $ap; $ap = [ Ob->new(), $ap ]; }' ?
What is eval function in perl?
How can you call a subroutine and identify a subroutine?
What is perl shift array function?
Differentiate between arrays and list in perl.
Write a program to decode the data in the form using cgi programming
How will you access an element of a perl array?
explain the various functions/directives in perl that allow you to include/import a module. Also, state the differences between them.
“Perl regular expressions match the longest string possible”. What is the name of this match?
What does init 5 and init 0 do?
What is perl scripting?