X-Git-Url: https://git.p6c8.net/devedit.git/blobdiff_plain/03d83644ce2d958fe3e0466fa272c67f0566f4ab..ca9368a1e7bf081def4a83e8ee61717987ae3b64:/modules/Tool.pm 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 #