Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Re: Re: How's your Perl?

by BrowserUk (Patriarch)
on Oct 28, 2003 at 02:30 UTC ( [id://302609]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    D:\TEMP>perl -e"sub f{'fred'} goto +f"
    Can't find label SCALAR(0x15d7c1c) at -e line 1.
    ...
    D:\TEMP>perl -e"sub f{'fred'} goto f->()"
    Can't find label SCALAR(0x15d7c1c) at -e line 1.
    
  2. or download this
    D:\TEMP>perl -e"sub f{'fred'} goto ~~f"
    Can't find label fred at -e line 1.
    ...
    
    D:\TEMP>perl -e"sub f{'fred'} goto ${\f}"
    Can't find label fred at -e line 1.
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (4)
As of 2024-04-19 07:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found