develooper Front page | perl.perl6.language | Postings from September 2001

Labels

Thread Next
From:
Bryan C . Warnock
Date:
September 5, 2001 18:06
Subject:
Labels
Message ID:
01090521020005.32512@wakko.idiocity.nut
Hmm.... is this such a good thing?

my $a = 0;
GORK: while( 1 ) {
        print "Rin ";         
GORK:   if ( 1 ) {
            print "Tin ";
            goto GORK if $b ^= 1;
            print "\n";
            next GORK;
        }
     }


-- 
Bryan C. Warnock
bwarnock@capita.com

Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About