What is goto statement in perl?
Answer / Tarang Agarwal
The goto statement in Perl allows for unconditional transfer of control to another label within the same scope. However, it's generally discouraged due to its potential for creating hard-to-understand code.
| Is This Answer Correct ? | 0 Yes | 0 No |
What does delete function do in perl?
What are the advantages of c over Perl?
Explain returning values from subroutines?
What is it meants by '$_'?
Explain the arguments for perl interpreter.
There is no strict data types in perl unlike in other high level languages like Java so wouldn't that be a problem if a code in perl is to be a written by a big team of 20+ members ?"
What is 'rollback' command in perl?
How can you use Perl warnings and what is the importance to use them?
What is the difference between localtime() and gmtime() functions?
How does a “grep” function perform?
In CPAN module, name an instance you use.
What happens in dereferencing?