in reply to Re: CGI::Application vs CGI::Builder
in thread CGI::Application vs CGI::Builder
package CGI::Builder ; $VERSION = 1.2 ; ; use strict ; use 5.006_001 ; use Carp ; $Carp::Internal{+__PACKAGE__}++ ; $Carp::Internal{'CGI::Builder::_'}++ ; use CGI::Builder::Const qw| :all | ; use IO::Util ; sub capture { my ($s, $h, @args) = @_ ; IO::Util::capture{ $s->$h(@args) } }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: CGI::Application vs CGI::Builder
by knoebi (Friar) on May 03, 2004 at 07:32 UTC | |
|
Re: Re: Re: CGI::Application vs CGI::Builder
by Anonymous Monk on May 03, 2004 at 09:32 UTC | |
by herveus (Prior) on May 03, 2004 at 11:17 UTC | |
by BUU (Prior) on May 03, 2004 at 22:17 UTC | |
by DrHyde (Prior) on May 05, 2004 at 09:12 UTC | |
by Anonymous Monk on May 04, 2004 at 12:54 UTC | |
by BUU (Prior) on May 04, 2004 at 21:55 UTC |