Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^3: matching a regular expression

by HuckinFappy (Pilgrim)
on May 18, 2006 at 17:31 UTC ( [id://550299]=note: print w/replies, xml ) Need Help??


in reply to Re^2: matching a regular expression
in thread matching a regular expression

You'd have to try a lot harder for me to think you were being rude...with apologies to Douglas Adams, I eat ruder things than you with my breakfast cereal :)

The PBP portion of my post was really the IO::Prompt stuff. That early in the morning, I was confusing PBP and "Perl 6 Now" when I pulled in the Switch module. Thanks for pointing it out, I shouldn't have given the impression that the Switch idea was a Damian recommendation.

As to your other comment, I'm dragging this morning, and am not seeing what you're suggesting. Could you enlighten me?

Thanks,
~jeff

Replies are listed 'Best First'.
Re^4: matching a regular expression
by japhy (Canon) on May 18, 2006 at 17:49 UTC
    What I meant was, writing "h|hs|hsb|hsbn" yourself is tedious. Better to have Perl generate that for you:
    my %abbrevs = map { my $word = $_; ($word => join("|", map { substr($word, 1, $_) } 1 .. length($word) +})) } qw( hsbn admin ... );

    Jeff japhy Pinyan, P.L., P.M., P.O.D, X.S.: Perl, regex, and perl hacker
    How can we ever be the sold short or the cheated, we who for every service have long ago been overpaid? ~~ Meister Eckhart
      Thanks. I agree it seemed tedious, but no better method was jumping to mind. I like that solution!

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (None)
    As of 2024-04-19 00:22 GMT
    Sections?
    Information?
    Find Nodes?
    Leftovers?
      Voting Booth?

      No recent polls found