Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re^2: how to goto &sysread ?

by ikegami (Patriarch)
on Jul 25, 2011 at 01:37 UTC ( [id://916465]=note: print w/replies, xml ) Need Help??


in reply to Re: how to goto &sysread ?
in thread how to goto &sysread ?

using goto is frowned upon

Using goto to control flow is often frowned upon (even when it shouldn't be), but goto &name; doesn't do that.

vthere are times when you want to pretend that you used a subroutine but didn't.

goto &name; does the opposite. It removes a subroutine that did get called from the call stack.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (9)
As of 2024-04-23 08:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found