Help for this page

Select Code to Download


  1. or download this
    while (<>) {
        $num ="2";
    ...
            print "match\n";
        }
    }
    
  2. or download this
    my $eq = sub { $_[0] == $_[1] };
    my $lt = sub { $_[0] <  $_[1] };
    ...
            print "match\n";
        }
    }