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
Is perl compiler or interpreter?
How many types of variable in perl?
How do you give functions private variables that retain their values between calls?
What is the difference between die and exit in perl?
How to replace perl array elements?
What is perl scripting?
Comment on the scope of variables in perl.
What is warn function in perl?
How to remove a directory in perl?
Explain grooving and shortening of arrays?
What is the closure in PERL?
How and what are closures implemented in perl?
what are the steps involved in reading a cgi script on the server?
Which of these is a difference between Perl and C++ ?
What does `$result = f() .. g()' really return?