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

Re: Can this be parsed ?

by dws (Chancellor)
on Jul 11, 2002 at 06:23 UTC ( [id://180955]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      MOTEL GOLDEN LEEUW <A225>
  2. or download this
      (MOTEL)()(GOLDEN LEEUW <A225>)
  3. or download this
      (MOTEL GOLDEN LEEUW)()(<A225>)
  4. or download this
    while ( <DATA> ) {
        if ( /^(.*)\s*($Pred_re)\s*(.*)$/ ) {
            ($name,$pred,$unknown) = ($1, $2, $3);
    ...
            ($name,$unknown,$pred) = /^(.*)\s*(\S*)$/;
        }
    }
    
  5. or download this
    my $Prep_Re=join '|',('VAN DER','VAN DE','DEN','DE','VAN');
    
    while ( <DATA> ) {
    ...
    SMITSER||(4X115PJ)
    LINDEN|VAN DER|
    MOTEL GOLDEN LEEUW||<A225>
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (4)
As of 2024-04-23 17:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found