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

Re: Parsing output from the CSV file

by GotToBTru (Prior)
on Feb 08, 2013 at 22:14 UTC ( [id://1017894]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    print $reg_exp;
    
  2. or download this
    $accum .= "$reg_exp,";
    
  3. or download this
    $accum =~s/,$//;
    $accum =~ s/,/|/g;
    print $accum;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (3)
As of 2024-04-20 01:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found