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

Regular Expression help, MS Access Pipe delimited export gone bad

by silent11 (Vicar)
on Nov 06, 2001 at 06:20 UTC ( [id://123484]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    3884|MC1|GW|Graphworks/Mirandas Needle|kit
    |Mice Skating|EACH|$1.50|$0.75|MC1.JPG
    
  2. or download this
    open (PROD,"<products.txt");
    open (OUT,">out.txt");
    ...
    foreach $line (@array){
    unless ($line =~/JPG?/){ chomp; }
    print OUT "$line"; }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (5)
As of 2024-03-29 10:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found