Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^2: Number of times I've used goto in Perl

by Eily (Monsignor)
on Sep 26, 2018 at 13:01 UTC ( [id://1223064]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub exportFunctionName
    {
      &_internalImplementation;
    }
    
  2. or download this
    sub A { goto &_A; }
    sub _A { B(); }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (3)
As of 2024-04-20 02:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found