Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

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

by ikegami (Patriarch)
on May 06, 2018 at 08:13 UTC ( [id://1214108]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    char *p1 = alloc();
    if (p1 == NULL) goto ERROR;
    ...
    ERROR3: free(p2);
    ERROR2: free(p1);
    ERROR:  return 0
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (6)
As of 2024-03-28 21:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found