Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: can you please fix the error

by dbwiz (Curate)
on Jun 01, 2005 at 16:44 UTC ( [id://462548]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    WORD:
    foreach $word (@data)
    ...
    
       push(@lessWords, $word);
    }
    
  2. or download this
    my %stops = map {$_,undef} @stopwords;
    
    ...
        next if exists $stops{$word};
        push(@lessWords, $word);
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (5)
As of 2024-04-20 01:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found