Ted Ashton <[EMAIL PROTECTED]> writes:

> How often does the return value from chomp or chop get used?

   # Remove possible trailing slash.
   $file .= $possible_slash if ($possible_slash = chop($file)) ne "/";

Of course, TMTOWTDI.

-- Johan

Reply via email to