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 an interpolation in perl?
How to convert strings into an array in perl?
In CPAN module, name an instance you use.
What is cpan ? What are the modules coming under this?
How to read a single line from a file in perl?
What is the use of -n and -p options?
What is the purpose of redo statement?
What syntax is used for grep() function?
Which has highest precedence in between list and terms? Explain?
What is the use of "stderr()"?
What does `$result = f() .. g()' really return?
Explain what is STDIN, STDOUT and STDERR?
Is there any way to add two arrays together?
What are the logical operators used for small scale operations?
Explain string comparison operators in perl.