Help for this page

Select Code to Download


  1. or download this
    package Text::Grap;
    
    ...
    }
    
    1;
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    
    my @questions = qw(who what when where why);
    print grap(sub {/he/}, @questions) ? 'yes' : 'no';