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

Re: perl performance vs egrep

by grinder (Bishop)
on Jan 23, 2005 at 16:29 UTC ( [id://424411]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Regexp::Assemble;
    
    ...
    ^SZXX1
    ^WXXX1
    ^YZXX1
    
  2. or download this
    print Regexp::Assemble
        ->new( chomp=> 1 )
        ->add( <DATA> )
        ->as_string;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (8)
As of 2024-04-18 14:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found