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

Re: Re: substitution in $0

by Helter (Chaplain)
on Oct 02, 2002 at 13:40 UTC ( [id://202265]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    open (PROG, "+>>$0");
    
  2. or download this
    #!/usr/bin/perl
    
    ...
      print;
    }
    close (PROG);
    
  3. or download this
    #!/usr/bin/perl
    
    ...
      print;
    }
    close (PROG);
    

Log In?
Username:
Password:

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

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

    No recent polls found