From 162ad0acd3428d54ef3d5d5628e5df6285aa43f5 Mon Sep 17 00:00:00 2001 From: pcanterino <> Date: Sat, 28 Feb 2004 14:02:11 +0000 Subject: [PATCH] Some cleanings... --- modules/Tool.pm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/modules/Tool.pm b/modules/Tool.pm index 0b15f90..1009640 100644 --- a/modules/Tool.pm +++ b/modules/Tool.pm @@ -6,7 +6,7 @@ package Tool; # Some shared sub routines # # Author: Patrick Canterino -# Last modified: 2004-02-03 +# Last modified: 2004-02-24 # use strict; @@ -143,14 +143,13 @@ sub equal_url($$) $root =~ s!/$!!; $path =~ s!^/!!; $url = $root."/".$path; - #$url = encode_entities($url); return $url; } # file_name() # -# Returns the last path of a path +# Return the last path of a path # # Params: Path # @@ -172,7 +171,7 @@ sub file_name($) # upper_path() # -# Cut the last part of a path away +# Cut away the last part of a path # # Params: Path # -- 2.34.1