Help for this page

Select Code to Download


  1. or download this
    #!/user/bin/perl
    
    ...
    }
    
    __END__
    
  2. or download this
    #!/user/bin/perl
    
    ...
    }
    
    __END__
    
  3. or download this
        ($n,$m) = map {
            ;no warnings 'numeric';
            $_+0;
        } $n, $m;