in reply to Re: WWW::Mechanize::Link - how to?
in thread WWW::Mechanize::Link - how to?

thanks for reply, Corion.

This is from WWW::Mechanize documentation for both put() and get(): $uri can be a well-formed URI string, a URI object, or a WWW::Mechanize::Link object.

I thought this means I can create this object and pass it in, no?

Replies are listed 'Best First'.
Re^3: WWW::Mechanize::Link - how to?
by Corion (Patriarch) on Feb 16, 2009 at 16:21 UTC

    In theory maybe you can create one, but I'm not sure that what you create also is what the receiving website expects. Hence you need to compare the two, because we cannot do that for you.

      ok, thank you