Help for this page

Select Code to Download


  1. or download this
    use Test::More;
    ok connect_to_ftp(), "connect";
    ...
    is system("external command"), 0, "external command";
    ...
    done_testing; # or use "plan tests => 123;" above