while (<FILE>) { $real_filename = `ls -l | grep -i $_`; } [download]
In reply to Re: case insensitive filename matching by RazorbladeBidet in thread case insensitive filename matching by Preceptor