Help for this page

Select Code to Download


  1. or download this
    #! perl -slw
    use strict;
    ...
        my @f = split ',';
        print if $ops{ $op }->( $f[ $f ], $c );
    }