Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Search and replace the word in Column 16

by imp (Priest)
on Jul 25, 2006 at 13:06 UTC ( [id://563511]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub split_join {
        my $line = shift;
    ...
            return $line;
        }
    }
    
  2. or download this
    use strict;
    use warnings;
    ...
    }
    __DATA__
    AT0000937503|20060530|||142.708534||GROUP AG|30618720||||OPEN|ISIN|494
    +3402|VSE|STOCK|39600000|0.77320|STOCK|test
    
  3. or download this
    Original: AT0000937503|20060530|||142.708534||GROUP AG|30618720||||OPE
    +N|ISIN|4943402|VSE|STOCK|39600000|0.77320|STOCK|test
       split: AT0000937503|20060530|||142.708534||GROUP AG|30618720||||OPE
    +N|ISIN|4943402|VSE|BOXXE|39600000|0.77320|STOCK|test
    ...
                   Rate    splitjoin simple_regex
    splitjoin    4274/s           --         -44%
    simple_regex 7576/s          77%           --
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (3)
As of 2024-04-26 00:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found