Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: split and matching

by JavaFan (Canon)
on May 04, 2012 at 19:51 UTC ( [id://968976]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my @LINES =<IN>;
    
  2. or download this
    while(<IN>){
    
  3. or download this
    if ( $fields[8] =~ /^[sno]/ =~ /^[sno]/ ) {
    
  4. or download this
    if ($fields[8] =~ /(?:^|;)sno=[^;]/) { ... }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (6)
As of 2024-03-28 11:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found