in reply to Re: Optimizing existing Perl code (in practise)
in thread Optimizing existing Perl code (in practise)

I also think that:
system "mkdir -p /foo/bar/baz blurf/quux" and do { ... it failed ... };
is a lot easier to understand (and hence maintain) than

Of course the p5 to p6 converter will have to change that "and" to an "or" :^)