Just some thoughts from the administrator point of view here;

Any scripts that we write during company time for the company are
technically the property of the company we work for.  The company decides
what they want you to do.  If they're to be used in consulting, than the
writer must specify WHAT the employer is getting for their fees.  Do they
get source, or do they get a compiled exe?

The best way of course is pure permissions and rights/policies, OR a CVS
system.  If for whatever reason the script doesn't work as expected, than it
needs to be modified.  A raw perl script (indeed any raw script) is far
easier to work with uncompiled than it is compiled.

Cheers,
Mike Kalinovich

----- Original Message -----
From: "Matthew Greenberg" <[EMAIL PROTECTED]>
To: "Harald Wopenka" <[EMAIL PROTECTED]>; "Perl-Win32-Users"
<[EMAIL PROTECTED]>
Sent: Thursday, October 31, 2002 10:58 PM
Subject: Re: Source-Code-Protection


> You can protect your code by creating an exe using perlapp. You can get an
> evaluation license for free (valid for 3 weeks).
>
> Matthew Greenberg
>
> ----- Original Message -----
> From: "Harald Wopenka" <[EMAIL PROTECTED]>
> To: "Perl-Win32-Users" <[EMAIL PROTECTED]>
> Sent: Thursday, October 31, 2002 4:46 AM
> 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
> >
>
>
> _______________________________________________
> Perl-Win32-Users mailing list
> [EMAIL PROTECTED]
> To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
>

_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to