Live Chat!

convert perl scripts into binaries

          0 votos

September 26th, 2006 mysurface

You can covert perl script into ELF binary files, c source code, bytecode etc. You do this my using perlcc.
You can have list of examples by just
man perlcc
But here, i gonna only show you few. First let us generate a perl script, create a file call hello
#!/usr/bin/perl
print “hello world. “;
Convert it into executable,
chmod +x hello
Try [...]

Posted in Developer, Misc, file, perl, perlcc | Hits: 6409 | No Comments »