> -----Original Message-----
> From: Doug MacEachern [mailto:[EMAIL PROTECTED]]
> Sent: Friday, May 05, 2000 6:22 PM
> To: Geoffrey Young
> Cc: 'Pierre J. Nicolas'; [EMAIL PROTECTED]
> Subject: RE: Newbie Question -
> 
> 
>  
> > mod_perl overrides the perl print() function - print()ing to STDOUT
> > explititly will not work.
> > just use print() if you can...
> 
> sure it will,
> 
> print STDOUT "hi";
> 
> and
> 
> print "hi";
> 
> are the same thing, provided STDOUT is the currently selected output
> filehandle, which it is by default.

ack, I swore I tried this just last week and it didn't work - clearly is
does.

Sorry for the misinformation...

--Geoff
> 

Reply via email to