in reply to Re: Re: parse filenames
in thread parse filenames

Make sure the file doesn't have more than one dot..

my ($suffix) = $file =~ m/([^\.]+)$/;