Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: My first thought was to build a macro... was I right?

by Sifmole (Chaplain)
on Dec 03, 2002 at 15:46 UTC ( [id://217254]=note: print w/replies, xml ) Need Help??


in reply to My first thought was to build a macro... was I right?

A thought:
sub rmtree { trashIt(@_, "rmtree"); } sub unlink { trashIt(@_, "unlink"); } sub trashIt { my ($o, $file, $cmd) = @_; eval { $cmd $file } ; if ($@) { $o->LOG('error', "$file: $@"); } }
And I am sure you could do something with closures....

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (5)
As of 2024-04-23 06:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found