Help for this page

Select Code to Download


  1. or download this
    #! /usr/bin/perl
    use strict;
    print "\$> = ", $>, "\n";
    $> == 1000 and warn "eq";
    print "\$> = ", $>, "\n";
    
  2. or download this
    $> = 0
    eq at evil.pl line 5.
    $> = 1000