Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

find substring faster

by Diane4Luo (Initiate)
on May 29, 2011 at 14:53 UTC ( [id://907213]=perlquestion: print w/replies, xml ) Need Help??

Diane4Luo has asked for the wisdom of the Perl Monks concerning the following question:

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re: find substring faster
by roboticus (Chancellor) on May 29, 2011 at 16:07 UTC

    Diane4Luo:

    Ermmm.... faster than what?

    ...roboticus

    When your only tool is a hammer, all problems look like your thumb.

Re: find substring faster
by planetscape (Chancellor) on May 29, 2011 at 17:40 UTC
      yes. We are working together on this project. Thanks!
Re: find substring faster
by salva (Canon) on May 29, 2011 at 15:43 UTC
Re: find substring faster
by thezip (Vicar) on May 29, 2011 at 15:01 UTC

    Volo a infantia equus.


    What can be asserted without proof can be dismissed without proof. - Christopher Hitchens
Re: find substring faster
by anonymized user 468275 (Curate) on May 29, 2011 at 15:25 UTC
    See perlre and perlretut. Hint - its exactly the same syntax as with sed in this case. But first disable carriage control for the filehandle using local $/ = undef(); It's more efficient than using multiline substitution.

    One world, one people

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (8)
As of 2024-04-24 12:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found