#!/usr/bin/perl $| = 1; print "Content-Type: text/html\n\n"; print "This is that start of the page<br>\n<br>\n<pre>\n"; system(qq(echo "This is from a system()"; env)); print "</pre>\nThis is back in the script<br>\n";
In reply to Re: 2 script in a page
by Ven'Tatsu
in thread 2 script in a page
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |