Help for this page

Select Code to Download


  1. or download this
    print "Enter a word to search for:";
    chomp (my $word = <STDIN> );
    ...
            print "No such word found.\n";
            exit;
    }
    
  2. or download this
    #!/usr/bin/perl -w
    
    ...
    
    
    exit;