hi all i trying to put the cgi script to sleep for 60 seconds but it doesnt appear to work as it calls the save_graph function almost immediately..
any ideas on what i have done wrong..
my $index = 1;
while ($index <= $NoOfIf )
{...
hi all
i new to cgi and html and i am just trying to write a cgi script that shows an image to the screen.. the image is located in the same folder as the script but it aint appearing on screen .. the alt text is though..
shown below is the code that i have so far. this code is part of a much...
hi all
i new to cgi and html and i am just trying to write a cgi script that shows an image to the screen.. the image is located in the same folder as the script but it aint appearing on screen .. the alt text is though..
shown below is the code that i have so far. this code is part of a much...
how do you draw mulitple images on a web page using GD::graph
the following is the code for printing the graph so far.
sub print_graph#prints the graph to screen
{
my $q = new CGI;
my ($xarray,$values,$xlabel,$ylabel,$title,$IfNum) = @_;
my @data = ($xarray,$values);
$title = $title.$IfNum;
my...
how do you draw mulitple images on a web page using GD::graph
the following is the code for printing the graph so far.
sub print_graph#prints the graph to screen
{
my $q = new CGI;
my ($xarray,$values,$xlabel,$ylabel,$title,$IfNum) = @_;
my @data = ($xarray,$values)...
hi all hope ye can help i trying to set multiple values in the smp mib2 and the following is the code i using but it only sets the first one
$snmp_session is an net::snmp object to the host and with the correct community name. i have no problem, setting the first one but when i try to set the...
hi all hope ye can help i trying to set multiple values in the smp mib2 and the following is the code i using but it only sets the first one
$snmp_session is an net::snmp object to the host and with the correct community name. i have no problem, setting the first one but when i try to set the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.