Help for this page

Select Code to Download


  1. or download this
    use strict;
    foo();
    
  2. or download this
    use strict;
    use FOO; #assuming it exists
    my $foo = Foo->new();
    $foo->some_non_existing_function();