From c7ef95c38cb7fea2fa7112560ffdb69b79b7ffda Mon Sep 17 00:00:00 2001 From: short <> Date: Thu, 4 Dec 2003 09:44:16 +0000 Subject: [PATCH] &top_dir: +# FIXME: $in may not be defined here! --- Web.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Web.pm b/Web.pm index 5c7348e..d349658 100644 --- a/Web.pm +++ b/Web.pm @@ -183,6 +183,8 @@ my($in)=@_; if (my $uri=$ENV{"REQUEST_URI"}) { if ($W->{"args"}{"Wabs"}) { + # FIXME: $in may not be defined here! + # to prevent: Use of uninitialized value in ... if ($in=~m#^/#) { $in=~s#^/*##; } -- 1.8.3.1