Pr0t0n has asked for the wisdom of the Perl Monks concerning the following question:
The output from the above code is almost good, but I have a table created with CGI.pmsub load_page { $page = param("page"); switch($page) { case "userlist" { $file = `/var/www/login/userlist.cgi`; if (-e "/var/www/login/userlist.cgi") { print $file; } } } }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: loading or including cgi file in main page
by NetWallah (Canon) on Jun 13, 2009 at 03:42 UTC | |
|
Re: loading or including cgi file in main page
by Pr0t0n (Novice) on Jun 13, 2009 at 15:52 UTC |