in reply to Re: URI Module can't find method
in thread URI Module can't find method

" I bet $a is a relative uri or not a uri at all."

$a is a uri. I got this script from the CS department at UNC and I know it works. My only problem is that my hosting company didn't have URI installed to I had to install it locally in my domain.

My host uses Apache on Unix.

"perhaps you forgot to load "URI::_generic?"

I loaded the entire URI module including all 40+ supporting packages.

Replies are listed 'Best First'.
Re^3: URI Module can't find method
by ikegami (Patriarch) on Nov 17, 2004 at 22:31 UTC

    Another possibility is that the URI is of a scheme URI.pm doesn't recognize. What does $a contain?

    >perl -MURI::HTTP -e'' >perl -MURI::ikegami -e'' Can't locate URI/ikegami.pm in @INC (@INC contains: ...). BEGIN failed--compilation aborted.