Same result bash-2.05$ perl -e 'stat "foo/." || die "Dead.\n";' bash-2.05$
----- Original Message ----- From: "Sam Varshavchik" <[EMAIL PROTECTED]> To: "Courier-Users" <[EMAIL PROTECTED]> Sent: Friday, November 01, 2002 10:16 PM Subject: [courier-users] Re: Check fail > Russell Premont writes: > > > Ok I run it with no error I could see: > > > > bash-2.05$ mkdir foo > > bash-2.05$ chmod u-rwx foo > > bash-2.05$ perl -e 'stat "foo" || die "Dead.\n";' > > Err... Make it perl -e 'stat "foo/." || die "Dead.\n";' , as originally. > > > > > > ------------------------------------------------------- > This sf.net email is sponsored by: See the NEW Palm > Tungsten T handheld. Power & Color in a compact size! > http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en > _______________________________________________ > courier-users mailing list > [EMAIL PROTECTED] > Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users > ------------------------------------------------------- This sf.net email is sponsored by: See the NEW Palm Tungsten T handheld. Power & Color in a compact size! http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
