Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Re: Re: tutelage needed

by Trimbach (Curate)
on Jan 01, 2004 at 05:12 UTC ( [id://318080]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: tutelage needed
in thread tutelage needed

well, I consider a word like dog's, or cat's a 4 letter word, but my script doesn't seem to

Nope, it sure doesn't. Consider your code that picks out the 4 letter words:

push @gt_three_char_words, $_ if /[a-zA-Z]{4,}/;

What types of characters "count" when they're counted this way?

Gary Blackburn
Trained Killer

Replies are listed 'Best First'.
Re: tutelage needed
by ctp (Beadle) on Jan 01, 2004 at 05:34 UTC
    What types of characters "count" when they're counted this way?

    another AHA! moment...thanks!

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (2)
As of 2024-04-25 21:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found