[ABE.pm] perl 5.10 rules! - stackable -X operators

John Cappiello john-abe at apt202.net
Fri Jun 8 16:40:28 PDT 2007


On Fri, Jun 08, 2007 at 05:25:55PM -0400, Ricardo SIGNES wrote:
>   if (-f -w -z $file) {
>     unlink $file or die "couldn't unlink file: $!";
>   }

Admittedly very cool but I think I would have preferred 

  if (-fwz $file) {


-- 
jcap


More information about the ABE-pm mailing list