Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    # perl error reporting switches
    ...
    }
    
    exit 0;
    
  2. or download this
    #!/bin/sh
    ####################################################
    ...
    perl $DB_PL
    
    exit 0
    
  3. or download this
    #!/bin/sh
    ##################################################
    ...
    perl $AWSTATS_DIR$AWSTATS_CMD
    
    exit 0