Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: dump text file in ASCII and hex

by Rudif (Hermit)
on Jun 28, 2008 at 22:07 UTC ( [id://694543]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $csv->error_diag()
    
  2. or download this
      $status = $csv->parse($line); 
    
    ...
      @col = $csv->fields();
      print Dumper \@col;
    
  3. or download this
    
    "fred1234","bedrock quary","S","t","88579Y101","4851","2595708","US885
    +79Y1010","MMM","3M CO","USD","USD","SB7",1,19610718,19610718,225212,"
    +MMM UN","MMM.N","",1,"C",710.964086349999,710.964086349999,710.964086
    +35,,,2.45938,,,,"R" ~~
    ...
            ];
    --new line--
    
  4. or download this
    #! perl -w
    
    ...
    print "--new line--\n";
    }  #while
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (4)
As of 2024-03-29 15:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found