Help for this page

Select Code to Download


  1. or download this
    #!Perl -w
    use strict;
    ...
       
        print end_html();
    }
    
  2. or download this
    #!Perl -w
    use strict;
    ...
    $cache->param ('status', "Completed");
    $cache->flush ();
    exit 0; # all done