hello hello world by

@x=qw/world hello world!/;$,="\n";$i=2;push@x,$x[$i/3]." ".$x[$i%3]while(++$i<100);print@x

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page