Re: character count in $PWD
> > Does anyone have a method to count the # of characters in present working > dir? > Well if you are looking for the length of $PWD, then, perldoc -f length my $length = length $PWD; If you are also looking at how to get the "current working directory", then, perldoc Cwd use Cwd; my $leng
character count in $PWD
Does anyone have a method to count the # of characters in present working dir? thanks Derek B. Smith OhioHealth IT UNIX / TSM / EDM Teams