Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Dividing up Long Lines

by moe79 (Initiate)
on Jun 21, 2012 at 16:16 UTC ( [id://977683]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    Address_Line_1 (this is never blank)
    Address_Line_2 (this could be blank)
    ...
    City (this is never blank)
    State (this is never blank)
    Zip (this is never blank)
    
  2. or download this
    while (<INFILE>) {    
        @fields = split /\t/, $_;
    ...
        print OUTFILE pack ("A10", $zip);
        print OUTFILE "\r\n";
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (7)
As of 2024-04-23 13:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found