in reply to Problem on NT server webroot only

It might be worth adding a test to see if your URI object is actually being created.

... my $url = URI->new_abs($attrs{$a}, $base) or warn "Couldn't create URI for $attrs{$s}:$base : $! ", $ +^E||''; ...

I would have expected that you would be seeing other errors before this if the URI wasn't being created, but maybe it will show something that will help clarify the problem.


Examine what is said, not who speaks.
"Efficiency is intelligent laziness." -David Dunham
"When I'm working on a problem, I never think about beauty. I think only how to solve the problem. But when I have finished, if the solution is not beautiful, I know it is wrong." -Richard Buckminster Fuller

Replies are listed 'Best First'.
Re: Re: Problem on NT server webroot only
by Anonymous Monk on Jul 18, 2003 at 18:30 UTC
    Thanks you answered my problem!