Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Deleting a File in Windows

by roboticus (Chancellor)
on May 05, 2009 at 16:55 UTC ( [id://761982]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    open INF, '<', 'zanzibar.txt' or die $!;
    sleep 300;
    close INF or die $!;
    
  2. or download this
    roboticus@swill$ ls
    zanzibar.txt
    ...
    roboticus@swill$ rm zanzibar.txt
    roboticus@swill$ ls
    zanzibar.txt
    
  3. or download this
    roboticus@swill$ ls
    
    roboticus@swill$
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (4)
As of 2024-04-23 22:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found