Lightning flashed, thunder crashed and Nichole Bialczyk <[EMAIL PROTECTED]> whispered
:
| i'm sorry. i didn't think that you guys would want me to include my code.
| i just assumed that i should try to make my question to the point with as
| little text as possible. i am still having the same pr
On Thu, 31 May 2001, Jeff Pinyan wrote:
> Mortal::Kombat (by me) allows you to say:
>
> flawless victory; # to end a program successfully
>
> and
>
> fatality "you have been thoroughly thrashed"; # like die()
Oh japhy, you rule.
`perl -MCPAN -e shell;` here I come!
-- Dave
On Thu, 31 May 2001, Jeff Pinyan wrote:
> >The Koi or Mortal Kombat modules are good substitutes. :-)
>
> Heh, I think you mean Coy. Koi is a type of fish. ;)
So is Carp. Coy (or Koi) are similar, only prettier. :-)
-- Brett
Brett W. McCoy
Software Engineer
Broadsoft, Inc.
240-364-5225
[EMAI
On May 31, Brett W. McCoy said:
>> NEVER tell a random browser what your error message is!
>>
>> AT BEST, you simply say "it broke, we know about it, sorry".
>
>The Koi or Mortal Kombat modules are good substitutes. :-)
Heh, I think you mean Coy. Koi is a type of fish. ;)
Coy (by Damian Conway
On 31 May 2001, Randal L. Schwartz wrote:
> Just remember to turn that off before you deploy the code for production.
>
> NEVER tell a random browser what your error message is!
>
> AT BEST, you simply say "it broke, we know about it, sorry".
The Koi or Mortal Kombat modules are good substitutes
> "Brett" == Brett W McCoy <[EMAIL PROTECTED]> writes:
Brett> Actually, if you use the CGI:Carp module (and import fatalsToBrowser), you
Brett> can reduce this to a single line:
Brett> use CGI::Carp qw(fatalsToBrowser);
Just remember to turn that off before you deploy the code for productio
On Thu, 31 May 2001, Craig Moynes/Markham/IBM wrote:
> unless(open(LOG,">$logfile")) {
> print "Content-type: text/html\n\n";
> print "Couldn't open $logfile. $!\n";
> print "At $date, $ENV{'REMOTE_HOST'} couldn't enter the site.";
> exit;
Actually, if you use the CGI:Car
--- Nichole Bialczyk <[EMAIL PROTECTED]> wrote:
> i'm sorry. i didn't think that you guys would want me to include my
> code. i just assumed that i should try to make my question to the
> point with as little text as possible. i am still having the same
> problem (and i do have the ").
Better to
Bialczyk To: [EMAIL PROTECTED]
<[EMAIL PROTECTED]>cc:
On Thu, 31 May 2001, Nichole Bialczyk wrote:
> i'm sorry. i didn't think that you guys would want me to include my code.
> i just assumed that i should try to make my question to the point with as
> little text as possible. i am still having the same problem (and i do
> have the "). here is my ex
i'm sorry. i didn't think that you guys would want me to include my code.
i just assumed that i should try to make my question to the point with as
little text as possible. i am still having the same problem (and i do
have the "). here is my exact code:
sub log {
if (open(LOG,">$logfile"))
11 matches
Mail list logo