Title: RE: Source-Code-Protection

you could always write your apps as a CGI on a web server that only you have access to. You could also write client/server apps (using IO::Socket perhaps) -- of course your rogue code thieves would still have access to the client-side code... CGI would probably be my solution.



> -----Original Message-----
> From: Harald Wopenka [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, October 31, 2002 07:46
> To: Perl-Win32-Users
> Subject: Source-Code-Protection
>
>
> I think its a common problem with Perlprogs that u cant hide your
> sourcecode. I heard about something like pl2exe but I dont
> think it works
> and I even more dont think its free. A couple of month ago I
> saw a nice
> protection:
>
> #!/usr/bin/perl
> use filter::xxxx
>
> I cant remember what came after "filter" or if it looked like
> that, but this
> was all I saw.
>
> Does anybody know how to create something like that? Is it
> safe? Or is there
> a much better way to hide my sources from unwanted modifiers
> and spectators?
>
> Greetings,
> Harry
>
> _______________________________________________
> Perl-Win32-Users mailing list
> [EMAIL PROTECTED]
> To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
>

Reply via email to