Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^2: Mixing tied variables with goto label

by Limbic~Region (Chancellor)
on Nov 16, 2005 at 00:50 UTC ( [id://508858]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $label;
    # magic setup happens here
    ...
    print "Hello, world\n";
    END:
    print "Goodbye, cruel world\n";
    
  2. or download this
    START
    Goodbye, cruel world
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://508858]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (7)
As of 2024-04-23 14:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found