Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: regular expression (search and destroy)

by Roger (Parson)
on Nov 12, 2003 at 21:09 UTC ( [id://306640]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use Data::Dumper;
    ...
    121212,"Simpson, Bart",Springfield,"Roger"
    121212,"2\" tape, \"white",springfield,"Roger"
    121212,"Simpson \", Bart",Springfield,"Roger"
    
  2. or download this
    $VAR1 = [
              '1',
    ...
              'Springfield',
              'Roger'
            ];
    
  3. or download this
    use strict;
    use Data::Dumper;
    ...
    121212,"2"" tape, ""white",springfield,"Roger"
    121212,"Simpson "", Bart",Springfield,"Roger"
    121212,"2""",springfield,"Roger"
    
  4. or download this
    $VAR1 = [
              '1',
    ...
              'springfield',
              'Roger'
            ];
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (1)
As of 2024-04-25 03:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found