Help for this page

Select Code to Download


  1. or download this
    
    E:\ovXtras\SCRIPTING>debugurltestv5.pl  http://www.elm.com.sa
    ...
    Err : (9)(Bad file descriptor)(0)()
    
    Can't locate object method "dump" via package "HTTP::Headers" at (eval
    + 28) line 1.
    
  2. or download this
    E:\ovXtras\SCRIPTING>debugurltestv5.pl  https://www.ehealth.com.sa
    http://192.168.5.5:8080/
    ...
    
    Can't locate object method "dump" via package "HTTP::Headers" at (eval
    + 28) line 1.
    
  3. or download this
    # !C:\Perl\bin
    
    ...
    print $response->status_line, "\n";
    print "Err : $err \n";
    print $response->dump,"\n";