Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: unlink $file OR... OR..

by sulfericacid (Deacon)
on Aug 30, 2007 at 03:43 UTC ( [id://635982]=note: print w/replies, xml ) Need Help??


in reply to unlink $file OR... OR..

Aye, you can use shift as though it's a variable. I do many a print shift;. It saves on typing and stress of coming up with yet ANOTHER unique variable name.

UPDATE: Adding code for the original question

#!/usr/bin/perl use warnings; use strict; my @list; push(@list, "blah.txt"), print qq(Error\n) unless unlink "blah.txt"; print @list;


"Age is nothing more than an inaccurate number bestowed upon us at birth as just another means for others to judge and classify us"

sulfericacid

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://635982]
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 05:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found