Q. Is the goto statement in Perl used to ___.
β
Correct Answer: (B)
Jump from anywhere to anywhere within the block
Explanation: The goto statement in Perl is used to jump from anywhere to anywhere with the block of code.