Help for this page

Select Code to Download


  1. or download this
    @words = qw (perl lerp lepp wombat);
    
    ...
        }
        print "$word matched!\n" if @bag == 0;
    }
    
  2. or download this
    Testing perl...
    perl matched!
    ...
    
    Testing wombat...
    wombat not matched