use strict; use warnings; use CGI::Fast; our $count = 0; while ( my $q = new CGI::Fast ) { $count++; print $q->header( "text/plain" ), "You are request number $count. Have a good day!\n"; }
(taken from O'Reilly's CGI book and modernized )
Cheers Rolf
In reply to Re^3: Global Variables Not Acting Global (FCGI)
by LanX
in thread Global Variables Not Acting Global
by rbhyland
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |