Help for this page
my $path = '/media/sdb2/folder1/directory/file.txt'; print $path, -e( $path ) ? ' exists' : " doesn't exist";