Help for this page

Select Code to Download


  1. or download this
    our ($MC_CONFIG_DBI_DRIVER,
                  $MC_CONFIG_DB_NAME,
                  $MC_CONFIG_DB_USER,
    ...
                  $MC_CONFIG_FEED_LOGS,
                  $MC_CONFIG_ARCHIVE_LOGS
    );
    
  2. or download this
    our vars = ($one, $two, $three);  # a list
    our vars @array;    # an array and an error