Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
use URI::URL; print URI::URL->new( 'http://foo.com/bar/file.foo' )->file; __END__ Can't locate object method "file" via package "URI::http" ...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Can't locate object method "file" via package "URI::http"
by ikegami (Patriarch) on Jul 10, 2008 at 19:13 UTC | |
|
Re: Can't locate object method "file" via package "URI::http"
by Khen1950fx (Canon) on Jul 10, 2008 at 22:55 UTC | |
by Anonymous Monk on Oct 20, 2009 at 11:38 UTC | |
by Anonymous Monk on Jul 03, 2009 at 17:38 UTC |