What is goto statement in perl?



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

Post New Answer

More CGI Perl Interview Questions

What does delete function do in perl?

1 Answers  


What are the advantages of c over Perl?

1 Answers  


Explain returning values from subroutines?

1 Answers  


What is it meants by '$_'?

1 Answers  


Explain the arguments for perl interpreter.

1 Answers  


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 ?"

0 Answers   Cisco, Oracle,


What is 'rollback' command in perl?

1 Answers  


How can you use Perl warnings and what is the importance to use them?

1 Answers  


What is the difference between localtime() and gmtime() functions?

1 Answers  


How does a “grep” function perform?

1 Answers  


In CPAN module, name an instance you use.

1 Answers  


What happens in dereferencing?

1 Answers  


Categories