Free Web Hosting by Netfirms
Web Hosting by Netfirms | Free Domain Names by Netfirms

locating files

 

path = $file_to_locate.'.csv';

chomp $path;

if (-e $path)

        {

        $filefound = 'file found';

        }

else

        {

        $filefound = 'file not found';

        }