Perl5 works on browser!
I hacked jslinux, so I injected Perl5 binary to jslinux!! You can run Perl5 on browser!!!!!!!!!!!!!!!!!!!!!11111
Modify root.bin with CocProxy
This is a note for hacking jslinux. Very easy.
https://gist.github.com/978211
use microperl;
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!
Note
- RAM Disk limited on 4MiB.
- Binary built on Ubuntu is not works, use Debian instead(I heard Feadore is broken, too.).
Published: 2011-05-05(Thu) 04:35