Nest the 0 by %20

perl -ple'$_="["x$_.0 ."]"x$_'

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

download

return to the top page