Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

is this file open?

by thnidu (Acolyte)
on Dec 18, 2011 at 03:50 UTC ( [id://944153]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
       open(OUT, '>', 'index.txt') or die($!);
       &byfile; # subroutine to find, analyze, & write filenames
       printf STDERR ("%d lines processed\nwith header, " .
    ...
       close(OUT);
       system("notepad index.txt");
       system("index.xlsx");
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (3)
As of 2024-04-19 15:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found