# nicht.da existiert nicht... $ perl -E 'if ( -z "nicht.da" ) { say "leer"; }' $ perl -E 'if ( ! -s "nicht.da" ) { say "leer"; }' leer $