Help for this page

Select Code to Download


  1. or download this
         sub foo_plus_one($) { return $_[0]+1 }
    
  2. or download this
         BEGIN { require_ok("('foo.pl')") };
    
  3. or download this
         my $foo = 4;
         is( foo_plus_one($foo), '5', 'method foo_plus_one()' );