in reply to Check Existence of a File
if(-e $fname) { print 'File exists!' } else { print 'File not found' } [download]
-------------------------------- SV* sv_bless(SV* sv, HV* stash);