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

Detecting duplicate keywords passed in a form

by hacker (Priest)
on Mar 21, 2003 at 13:08 UTC ( [id://244845]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
       my @keywords = ('this','that','other','foo','this',              
                       'bar');                      ^dupe
    
  2. or download this
       my @keywords = ('this','that','other','foo','THIS',
                       'bar');                      ^uc(dupe)
    
  3. or download this
       use strict;
    
    ...
       foreach my $word (@keywords) {
               print $word . "\n";
       }
    

Log In?
Username:
Password:

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

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

    No recent polls found