- or download this
--- lib/CGI/Ajax.pm (revision 95)
+++ lib/CGI/Ajax.pm (working copy)
...
my $outside_url = $self->url_list()->{ $func_name };
my $url = defined $outside_url ? $outside_url : $script;
if ($url =~ /\?/) { $url.='&'; } else {$url.='?'}
- or download this
print $pjx->build_html( $cgi, &Show_HTML($env),$env );
- or download this
print $pjx->build_html( $cgi, \&Show_HTML($env));
- or download this
my $ref_show = \&Show_HTML;
my $show = $ref_show->($env);
- or download this
<Location /pjx>
SetHandler perl-script
...
PerlSetVar DBUSER **
PerlSetVar DBPASS **
</Location>
- or download this
package Test::pjx;
...
1;
__END__
- or download this
Screenoutput:
http://simulator.bla.nl:8080/pjx
...
^^^^^
Used to be null, so correct now