Help for this page

Select Code to Download


  1. or download this
       @not_true = grep(! $_->{true}, @true_or_false);
    
  2. or download this
      (@foo,@bar,@zap) := part [ /foo/, /bar/, /zap/ ] @source;