What is the difference between for & foreach, exec &
system?
Answer Posted / satish kumar golukonda
for and foreach works alike.
But for uses condition expression, where as foreach works on
ranges, contineous indexing.
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
List the prefix dereferencer in Perl.
What are the functions that can be performed using cgi program?
How can you use Perl warnings and what is the importance to use them?
How do you turn on the perl warnings?
List the files in current directory sorted by size ?
How to start perl in interactive mode?
How to get help for perl?
How do you match one letter in the current locale?
Differentiate between c++ and perl.
How can arrays be tied?
“The methods defined in the parent class will always override the methods defined in the base class”. What does this statement means?
Explain splicing of arrays?
What is the function of virtual documents in cgi programs?
How many types of operators are used in the Perl?
What is cpan in perl?