Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Parsing semi-erratic text

by GrandFather (Saint)
on Aug 23, 2006 at 21:07 UTC ( [id://569214]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        $value =~ s/\s*$//;
        print ">$key: $value<\n";
    }
    
  2. or download this
    >Security: BULGY N V-<
    >Item Overridden: Earnings Per Share<
    ...
    >: 2451234 Cusip<
    >: N66696606 ISIN<
    >: NL0006122988<
    
  3. or download this
    >Security: BULGY N V-<
    >Item Overridden: Earnings Per Share<
    ...
    >Sedol: 2451234<
    >Cusip: N66696606<
    >ISIN: NL0006122988<
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (6)
As of 2024-04-18 22:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found