in reply to Re^2: importing contacts using mechanize
in thread importing contacts using mechanize

Most likely you are using different versions of WWW::Mechanize in the console and the webserver, or the user that the webserver is configured to run under does not have the permissions to access network resources.

  • Comment on Re^3: importing contacts using mechanize

Replies are listed 'Best First'.
Re^4: importing contacts using mechanize
by udie (Initiate) on Jun 11, 2008 at 09:04 UTC
    i think you are correct about my webserver not having access to network...i am using apache, localhost programming, ill try giving my webserver permissions and see, for the script is not fetching the first get also, so you are correct, thanks a ton
Re^4: importing contacts using mechanize
by udie (Initiate) on Jun 11, 2008 at 09:29 UTC
    you were correct about the web document not being fetched, but i am using httpd services and i am not sure but i guess we dont have to give any special privlages for apache to access the network, i may be wrong, and thanks for the help