Help for this page

Select Code to Download


  1. or download this
    use List::Util qw( reduce );
    
    ...
    die "Invalid operation.\n" unless exists $ops{$op};
    
    print "$op (@ARGV)= ". $ops->(@ARGV) . "\n";
    
  2. or download this
    use List::Util qw( reduce );
    
    ...
    } keys %ops;
    
    # And so forth.