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

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

by HugoNo1 (Novice)
on Sep 26, 2018 at 11:07 UTC ( [id://1223045]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub newFuctionName
    {
    ...
    {
      goto &newFuctionName;
    }
    
  2. or download this
    sub _internalImplementation
    {
    ...
    {
      goto &_internalImplementation;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (3)
As of 2024-04-18 11:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found