Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^6: A DWIM too far?

by BrowserUk (Patriarch)
on Jun 18, 2004 at 02:01 UTC ( [id://367835]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    *GLOBAL::CORE::rename = \&myrename;
    
  2. or download this
    sub CORE::GLOBAL::rename{ 
        system "ren $_[ 0 ], $_[ 1 ]"; 
        return $? >> 8; 
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://367835]
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: (5)
As of 2024-04-24 20:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found