Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
        return undef;
    }
    
  2. or download this
    use List::Util qw( first );
    
    if ( my @f = @{(first { @{$_=[$_->()]}==1 } $code1, $code2)[0]||[]} )