http://www.perlmonks.org?node_id=934388


in reply to Re^3: Programs that write programs
in thread Programs that write programs

<snark>

$ perl -e'' No code specified for -e.

</snark> :)

Update: Hm, seems to work fine with a file:

$ perl -w /tmp/empty.pl

Update 2: Nevermind, moritz is a clever boy, and laziness (leaving out whitespace) is not always a virtue.

Update 3: I think I prefer the symmetry and perl purity of: echo -n | perl | perl | perl | echo -n

Good Day,
    Dean