Help for this page

Select Code to Download


  1. or download this
     print `/cwms/s0cwmsxx/v1.5.01/bin/dssVue $LINE.py /cwms/g7cwmspd/plot
    +Files/files/$num`;
            print "After command\n";
    ...
            print $buf;
            print $client $buf;     
            }
    
  2. or download this
    print "Content-type: image/jpeg\n\n";
    
    ...
    print OUTIMAGE substr($buffer,1);
    close(OUTIMAGE);