Help for this page

Select Code to Download


  1. or download this
        my ($success, $failure) = part { /^ERR/ } <LOG>;
    
  2. or download this
    use List::Part;
    my @candidates = qw( !britney !paris bettie patti );
    ...
    print "hot: ", Dumper( $hot ), "\n";
    print "not: ", Dumper( $not ), "\n";
    print "stuff: ", Dumper( \@candidates ), "\n";