Help for this page
#!/usr/bin/perl -- use strict; use warnings; ... MyFrndJk::create( $conf, $input, $courl, $codir, $dbdir ); MyFrndJk::difference( $conf, $courl, $codir, ); } ## end sub Main
package MyFrndJk; ## save as MyFrndJk.pm (so its a module) use strict; ... 1; ## all modules end with this 1