Help for this page

Select Code to Download


  1. or download this
        my $usefulans;
        foreach ( @$qablock ) {
    ...
            }
        }
        print "\t\t----> @$usefulans\n";
    
  2. or download this
        my $usefulans = grep { $$_[ 0 ] eq $answer } @$qablock;
        print "\t\t----> @$usefulans\n";