Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Unlink works in windows, not in Linux?

by rovf (Priest)
on Dec 12, 2012 at 10:00 UTC ( [id://1008474]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    unlink $file or die "\nCould not delete the backup $file: $!";
    
  2. or download this
    print FILE "Now going to delete $file\n";
    if(unlink $file) {
    ...
        print FILE "A miracle occured! $file is gone!\n";
      }
    }
    

Log In?
Username:
Password:

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

    No recent polls found