[Catalyst] Authenticating a "Normal CGI Script" Inside a Catalyst Application

Yuval Kogman nothingmuch at woobling.org
Sat Jan 28 19:31:53 CET 2006


On Fri, Jan 27, 2006 at 20:52:09 -0500, hkclark at gmail.com wrote:
> Thanks.  Excellent information.
> 
> For some reason my call to "$stdout = $c->stdout;" (after the CGI.pm stuff
> has generated the HTML output) doesn't seem to get anything back in the
> "$stdout->getline" loop, but I'll keep playing with it.

$stdout is *probably* either an IO::Scalar or IO::Handle for an
'open my $fh, \$scalar', so just treat it like a filehandle.

Use Data::Dumper to poke inside it, and see what you get.


-- 
 ()  Yuval Kogman <nothingmuch at woobling.org> 0xEBD27418  perl hacker &
 /\  kung foo master: /methinks long and hard, and runs away: neeyah!!!

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.rawmode.org/pipermail/catalyst/attachments/20060128/faa3161a/attachment.pgp


More information about the Catalyst mailing list