|
|
|
Your skill will accomplish what the force of many cannot |
|
| PerlMonks |
A phantom deathby Rabenschwinge (Novice) |
| on Dec 18, 2008 at 12:19 UTC ( #731236=perlquestion: print w/ replies, xml ) | Need Help?? |
|
Rabenschwinge has asked for the
wisdom of the Perl Monks concerning the following question:
I have a problem with a phantom "die" statement: Use of uninitialized value in die at ./correct-<censored>-buch.pl line 114. Died at ./correct-<censored>-buch.pl line 114. However, this line does not contain a 'die', even though it used to. Currently it is: $update->execute(($autor, $titel, $verlag, $jahr, $ort, $auflage, $sprache, $einband, $seiten, $format, $stichwort, $sparteName, $lfdnr, $infotext, $preis_euro, $gewicht, $isbn)) or print "Fehler beim Aktualisieren von ISBN $isbn.\n"; I have tried reproducing the problem in a mini script, leaving the parameters for the update uninitialized or using a key for $isbn that does not exist. But not of that failed let alone caused the script to exit by a triggered "die" statement. '$update' is defined as follows:
Back to
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||||||