Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Newline Delimited Input

by waswas-fng (Curate)
on Jun 10, 2003 at 21:44 UTC ( #264873=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    open(IN, "< input.csv") or die("Couldn't open input.csv\n"); 
    open(OUT, "> output.csv") or die("Couldn't open output.csv\n"); 
    ...
    chomp;
      #Displays total size of specified path (total includes subfolders)
      print "Walking $_\n";
    
  2. or download this
    
    }
    print "\n\tOutput created.\n";
    close(OUT);
    

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others musing on the Monastery: (2)
As of 2023-09-27 11:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?