Help for this page

Select Code to Download


  1. or download this
    
    Use of uninitialized value in eval "string" at /path_to/req/readin_pag
    +evars.cgi line 10, <STDIN> line 47.
    ...
    Use of uninitialized value in substitution iterator at /path_to/req/re
    +adin_pagevars.cgi line 10, <STDIN> line 47.
    Use of uninitialized value in eval "string" at /path_to/req/readin_pag
    +evars.cgi line 10, <STDIN> line 47.
    Use of uninitialized value in eval "string" at /path_to/req/readin_pag
    +evars.cgi line 10, <STDIN> line 47.
    
  2. or download this
    
    sub Get_Page_Vars {
    ...
        $sth->finish();
    return(%temp_vars);
    }