Help for this page

Select Code to Download


  1. or download this
    open my $fh, '<', 'whatever'; # or whatever
    
    my %hash = ( a => 0, e => 1, i => 2, o => 3, u => 4 );
    ...
    
      say if ( grep $_, @array ) == 5;
    }