What is the difference between for & foreach, exec &
system?
Answer Posted / ram nivas verma
What is the difference between the 'for' & 'foreach' loops? I know that they can be used interchangeably then what is the purpose of keeping them separate? Can anyone suggest me a good url which can tell the difference between two?
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What interface used in PERL to connect to database? How do you connect to database in Perl?
What are hashes?
What does this symbol mean '->'?
What is perl push array function?
How can I implement the function overloading in Perl ? I read about the operator overloading, I do not know how to implement the function overloading. Thanks in advance ?
How do I read command-line arguments with Perl?
How will you open a file in a write-only mode in perl?
What is perl unshift array function?
Is there any way to add two arrays together?
List the prefix dereferencer in Perl.
What does next statement do in perl?
You want to read command-line arguements with perl. How would you do that?
What is the purpose of redo statement?
What is the use of -n and -p options?
Explain chop?