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

superfrink's scratchpad

by superfrink (Curate)
on Jul 03, 2004 at 20:20 UTC ( [id://371618]=scratchpad: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    [chad@thepurplebuffalo ~/w/x]$ date > asdf
    [chad@thepurplebuffalo ~/w/x]$ perl                      
    ...
    rename 'asdf' , "$now asdf"
    [chad@thepurplebuffalo ~/w/x]$ ls -l *asdf*
    -rw-------  1 chad users 29 2006-10-28 22:02 Sat\ Oct\ 28\ 22:02:59\ 2
    +006\ asdf
    
  2. or download this
    #!/usr/bin/perl -w
    
    ...
        my $str = $hash{$key_ht{$key}}[1];
        print "Integer is: ", $num, " -- Alpha is: ", $str, "\n";
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

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

    No recent polls found