Which statement has an initialization, condition check and increment expressions in its body? Write a syntax to use that statement.
Answer / Avinash Kumar Patel
The 'while' loop statement. Syntax: while (condition) {n initialize variables heren if (some_condition) {n // do somethingn }n increment or change variable heren}
| Is This Answer Correct ? | 0 Yes | 0 No |
Define perl scripting?
Explain the arguments for perl interpreter.
Explain the difference between die and exit in perl?
Explain regular expression in perl?
How to open and read data files with Perl
How to merge two arrays in perl?
Write a script to reverse a string without using Perl's built in function
How many types of variable in perl?
What is the use of strict?
How do you you check the return code of a command in perl?
What are the steps involved when the cgi program starts running?
Mention the difference between die and exit in Perl?