Help for this page

Select Code to Download


  1. or download this
    server: http://rswatch
    page1: /RSData.aspx        # form with field 'miljoe'
    page2: /RSData.aspx?miljoe=UDV  # form with field ''TextBoxProductID' 
    +and button 'Button1'
    
  2. or download this
    POST /RSData.aspx?miljoe=UDV HTTP/1.1
    TE: deflate,gzip;q=0.3
    ...
    
         </body>
    </HTML>
    
  3. or download this
    POST /RSData.aspx?miljoe=UDV HTTP/1.1
    Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, applicati
    +on/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, a
    +pplication/x-shockwave-flash, */*
    ...
    
        </body>
    </HTML>
    
  4. or download this
    
    ### Arg parsing, Initialization, IO setup cut out here...
    ...
    $t2 = time(); print "\n", scalar localtime,"\n"; 
    my ($h,$m,$s) = (localtime($t2-$t1))[2,1,0];
    print "Elapsed: $m:$s\n";