Hi We are trying to use "proxy_authorization_basic in my perl script but I got the error message: Cannot call method "proxy_authorization_basic" without a package or object reference at file1 line 37 .(file1 is the name of my perl script). I guess I miss some module. In my perl script, I call: LWP::UserAgent HTTP::Headers HTTP::Request HTTP::Response URI::Heuristic anything I missed ? Please help? Thank you very much Grace
