in reply to
MS-DOS search using globs
Mr Cassata Try using the chomp operator to remove the trailing newline of the input string. Example:
chomp($ext = <STDIN>);
[download]
Comment on
Re: Newbie in need...
Download
Code
In Section
Seekers of Perl Wisdom