I hacked jslinux, so I injected Perl5 binary to jslinux!! You can run Perl5 on browser!!!!!!!!!!!!!!!!!!!!!11111
This is a note for hacking jslinux. Very easy.
https://gist.github.com/978211
Perl5 provides micro version of perl. I used it.
You should modify the Makefile.micro file for static linking, change the following line.
-LIBS = -lm
+LIBS = -lm -static -march=i386
And run the command.
make -f Makefile.micro
And copy to the mounted root.bin!