Baz has asked for the wisdom of the Perl Monks concerning the following question:
this line works for bothopen(LOCAL, ">$dir/$name") or die $!;
THe browser error is 500 Internal Server Erroropen(LOCAL, ">$dir/$name");
Edit kudra, 2002-05-10 Changed title per ntc
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: using die
by JayBonci (Curate) on May 09, 2002 at 21:01 UTC | |
Re: using die
by Zaxo (Archbishop) on May 09, 2002 at 21:05 UTC | |
by Baz (Friar) on May 09, 2002 at 22:06 UTC | |
by Cyrnus (Monk) on May 10, 2002 at 10:21 UTC | |
by Baz (Friar) on May 10, 2002 at 13:40 UTC | |
by Cyrnus (Monk) on May 11, 2002 at 00:44 UTC | |
by shockme (Chaplain) on May 10, 2002 at 20:52 UTC | |
Re: using die
by tune (Curate) on May 09, 2002 at 20:57 UTC |