in reply to Re: Why aren't you using Perl 6 yet?
in thread Why aren't you using Perl 6 yet?

Ah, yes, but can other compilers compile to run on bare metal?!

$h=$ENV{HOME};my@q=split/\n\n/,`cat $h/.quotes`;$s="$h/." ."signature";$t=`cat $s`;print$t,"\n",$q[rand($#q)],"\n";