|
|
| Do you know where your variables are? | |
| PerlMonks |
Re: How can I run ?by aardvark (Pilgrim) |
| on Mar 24, 2001 at 04:49 UTC ( [id://66838]=note: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.
I wrote this a while back to check out the disk space (df) on a Linux box, maybe this will help you out ...
In my first page (system.cgi); In the second page (system_process.cgi) I get the 'action' parameter; my $action = $cgi->param('action') || 'default';
Later in the second page; Here is the &MySystem::get_df routine; The hardest part is figuring out exactly what the command is returning and putting it into a data structure. Then use the data structure to display it. I hope this helps, good luck. Get Strong Together!!
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||