ct_cmd_alloc failed at ./chris_create_login.pl line 348, line 1. no statement executing at ./chris_create_login.pl line 350, line 1. 346 $sth->execute(); 347 348 while ( my ( @array ) = $sth->fetchrow_array() ) { 349 $result .= "\t $array[0] \t $array[1] \n"; 350 } ct_cmd_alloc failed at ./chris_create_login.pl line 173, line 1. 170 $sth->execute(); 171 172 my $servers = $sth->fetchall_arrayref(); 173 174 $sth->finish(); 175 Can't call method "prepare" on an undefined value at ./chris_create_login.pl line 195, line 1. 192 my $sth = $$dbh->prepare($sql) 193 or app->error($ERROR, "Can't prepare SQL statement [ $sql ] :: $DBI::errstr"); 194 195 $sth->execute(); 196 197 my $idvalues = $sth->fetchall_arrayref(); 198