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

Re: Re: Cleaning Data Between Specified Columns

by tall_man (Parson)
on Jan 27, 2003 at 19:29 UTC ( [id://230322]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    substr($line, $pos1, $pos2-$pos1+1) = cleanse(substr($line, $pos1, $po
    +s2-$pos1+1));
    
  2. or download this
    use strict;
    my @pos = (0,5,15,20);
    
    ...
       print $line;
    } # end while
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (4)
As of 2024-04-25 12:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found