http://www.perlmonks.org?node_id=980796


in reply to Re: How to run a linux/perl-based website on a CD for Windows
in thread How to run a linux/perl-based website on a CD for Windows

Yes, I should be able to fit it all onto one CD. If all I can do for code protection is to obfuscate it, do you have a recommendation? I was hoping to be able to use a compiled binary, but if this not a workable solution, I think you may be right.

Regarding the modules I'm using, aside from strict, CGI, and DBI, the main one I'll need is Encode. I have gotten the whole thing running via Server2Go, but its interface is not especially intuitive or user-friendly. I don't know how to have the CD automatically boot to the site page without the individual having to navigate to it after having started the server program.

Blessings,

~Polyglot~

  • Comment on Re^2: How to run a linux/perl-based website on a CD for Windows

Replies are listed 'Best First'.
Re^3: How to run a linux/perl-based website on a CD for Windows
by ww (Archbishop) on Jul 10, 2012 at 01:50 UTC
    • Protection: Its the nature of Perl. You can't protect the source of an executable. And if you're willing to give the product away... why, then, give it away.... or charge the requester a fee, and attach a copywrite notice. (That won't protect your code, either, but maybe it'll make you feel better... and if requester turns out to be making a zillion Euro or dollars or whatever with your work, that may give you some basis to sue.)
    • Boot to the site page: M$ (or Google) will probably tell you how to do what it calls 'autorun;' but again, unless the individual who asked for your work is naive, s/he should be able to install Perl; set up an apache server, MYSQL, and whatever else (my memory is slipping) is needed.