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

Inheritance of files on windows

by herby1620 (Monk)
on Jan 31, 2006 at 22:55 UTC ( [id://526914]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    C:> script.pl
    
  2. or download this
    C:> script.pl >log_file.txt
    
  3. or download this
    C:> perl script.pl >log_file.txt
    
  4. or download this
    #!/usr/bin/perl -w
    
    ...
        system ("script.pl $less");
        print "System returned $? (not that I care!)\n";
        }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (2)
As of 2024-04-19 18:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found