http://www.perlmonks.org?node_id=11147282


in reply to Re^2: Removing unwanted chars from filename.
in thread Removing unwanted chars from filename.

Good catch! When composing my test I initially had that line as

my $str = shift // '';

but the idea of doing the rest of the processing (however swift) against the empty string rankled so I opted for the short-circuit instead. Should have just left it well alone :-)


🦛