Help for this page

Select Code to Download


  1. or download this
    # file: dummy.pl
    
    ...
    use warnings;
    
    exit;
    
  2. or download this
    # file: dummy.t
    use strict;
    ...
    my @cmd = qw( perl dummy.pl );
    
    ok( run3( \@cmd ), "Running @cmd" );
    
  3. or download this
    dummy....1..1
    ok 1 - Running perl dummy.pl
    ok
    All tests successful.
    Files=1, Tests=1,  0 wallclock secs ( 0.00 cusr +  0.00 csys =  0.00 C
    +PU)