Damien wrote:
:  open ARTICLE, "$bkup_dir/$artid.data" or die "Could not open article data file 
:$bkup_dir/$artid.data: $!\n";

By the way, if the die() message doesn't end in a newline, then die()
will tell you what line of what script it died on. This is invaluable
for debugging.

-- tdk

Reply via email to