On Tue, 26 Sep 2000, Luis 'Champs' de Carvalho wrote:
> [Tue Sep 26 10:50:43 2000] [error] Can't locate object method "schema" via
^
> package "URI::http" at /usr/local/lib/site_perl/URI/WithBase.pm line 48.
line 48 is an AUTOLOAD routine:
$self->[0]->$method(@_);
looks like your code is calling '$uri->schema', rather than '$uri->scheme'
- It just stopped work... Luis 'Champs' de Carvalho
- Doug MacEachern
