whisp has asked for the wisdom of the Perl Monks concerning the following question:
This then cause my program to die. I want to recover from the error and go on and process the next file. I am new to Perl and the tutorial materials I've found seem to feel that error handling is too advanced to cover. Does anyone have any ideas? Thanks!$_=PDF::Core::PDFGetline ($fd,\$offset); die "Can't read cross-reference section, according to trailer\n" if +! /xref\r?\n?/ ;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Life after DIE
by derby (Abbot) on Jan 11, 2002 at 23:26 UTC | |
Re: Life after DIE
by lhoward (Vicar) on Jan 11, 2002 at 23:46 UTC | |
Re: Life after DIE
by jsegal (Friar) on Jan 12, 2002 at 00:05 UTC | |
Re: Life after DIE
by cLive ;-) (Prior) on Jan 11, 2002 at 23:32 UTC | |
Re: Life after DIE
by whisp (Novice) on Jan 12, 2002 at 01:06 UTC | |
Re: Life after DIE
by xylus (Pilgrim) on Jan 11, 2002 at 23:16 UTC | |
Re: Life after DIE (boo)
by boo_radley (Parson) on Jan 11, 2002 at 23:43 UTC |