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

Re: delete a file

by kyoshu (Curate)
on Jun 16, 2005 at 09:15 UTC ( [id://467218]=note: print w/replies, xml ) Need Help??


in reply to delete a file

you do not have the file on the system or you
are trying to delete file which you can not delete
because of file permisions, or you execute your
script from some other directory than ../data/.
# mkdir dir
# touch dir/file
# ls dir/
file
# perl -e 'unlink "dir/file" or die "failure\n";'
# ls dir/
#

Log In?
Username:
Password:

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

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

    No recent polls found