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

Re: Unpredictable output form Text::ExtractWords

by Roger (Parson)
on Aug 16, 2005 at 14:44 UTC ( [id://484163]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    if(isalpha(*(s-1)) && strchr(chrsep, *s) && isalpha(*(s+1))) {
      if(space_words(s, *s)) {
    ...
        }
      }
    }
    
  2. or download this
    #!/usr/bin/perl
    
    ...
      }
      print Dumper(\%hash);
    }
    
  3. or download this
    $VAR1 = {
              'three' => 1,
    ...
    $VAR1 = {
              'x21' => 1
            };
    

Log In?
Username:
Password:

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

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

    No recent polls found