Help for this page

Select Code to Download


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