Help for this page

Select Code to Download


  1. or download this
    
    #!/usr/bin/perl
    ...
    print STDERR $file, "\n";
    
    close STDERR;
    
  2. or download this
    use Test::More qw(no_plan);
    $\="\n";
    ...
    diag("hi friend");
    use_ok("fake_module");
    print "bye";