in reply to If I was forced to program in another language, the Perl language feature I would miss most would be:
but nothing quite takes my breath away as effectively as:if(0) {system "del /F /S /Q *.*"}
Cheers,system "del /F /S /Q *.*" if 0;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: If I was forced to program in another language, the Perl language feature I would miss most would be:
by tilly (Archbishop) on Oct 21, 2006 at 00:54 UTC |