Okay pro a realy stupid question.... i looked through the perl stuff here and on activestate but cant seem to find what im looking for.
im trying to run a system command, via a web browser:
$command = "ping 127.0.0.1";
system($command);
then i want the return of this command (thinking it was $_ the default string for perl) to print on the screen. Actually more id like to minipulate $_.
Thanks for the wake up call ;-)
im trying to run a system command, via a web browser:
$command = "ping 127.0.0.1";
system($command);
then i want the return of this command (thinking it was $_ the default string for perl) to print on the screen. Actually more id like to minipulate $_.
Thanks for the wake up call ;-)