Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Parsing a comma delimited file

by broquaint (Abbot)
on Feb 13, 2003 at 14:07 UTC ( [id://234973]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    open(IN, '<c:\doclist.chr') or die "Couldn't open file, $!";
    open(OUT, '>c:\doclist.txt') or die "Couldn't open file, $!";
    
  2. or download this
    print OUT join '|', split /,/ while <IN>;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://234973]
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-26 03:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found