Help for this page

Select Code to Download


  1. or download this
    use File::Temp;
    my $file = shift @ARGV;
    ...
      my $out = `perl -c $tmp 2>&1`;
      ( $out =~ /syntax OK/ ? $low : $high ) = $next;
    }
    
  2. or download this
    
    use strict;
    ...
    print "hello\n";
    print "hello\n";
    print "hello\n";