in reply to Re: URI plus File::Spec::Unix -- good idea or bad?
in thread URI plus File::Spec::Unix -- good idea or bad?
and similar seems more clumsy.$uri->path( $uri->path =~ m{/$} ? $uri->path . 'index.html' : $uri->pa +th . '/index.html')
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: URI plus File::Spec::Unix -- good idea or bad?
by duckyd (Hermit) on Aug 24, 2006 at 22:31 UTC |