Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. tommycahir1

    sleep not sleeping

    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 ) {...
  2. tommycahir1

    cgi/img prob

    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...
  3. tommycahir1

    cgi/img prob

    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...
  4. tommycahir1

    GD:Graph prob

    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...
  5. tommycahir1

    GD::Graph prob

    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)...
  6. tommycahir1

    perl /snmp setrequest prob

    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...
  7. tommycahir1

    perl/snmp set_request

    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...

Part and Inventory Search

Back
Top