Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- PERL 4.0 Reference Guide - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

     goto LABEL

             Finds the statement labeled with LABEL  and  resumes
             execution  there.   Currently  you  may  only  go to
             statements in the main body of the program that  are
             not nested inside a do {} construct.  This statement
             is not implemented very  efficiently,  and  is  here
             only  to  make the sed-to-perl translator easier.  I
             may change its semantics  at  any  time,  consistent
             with  support for translated sed scripts.  Use it at
             your own risk.  Better yet, don't use it at all.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson