RE: encrypt a module?

2001-12-18 Thread Peter Eisengrein
Sounds like a need for the ol' obfuscated perl. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] > Sent: 18 December 2001 10:32 > To: [EMAIL PROTECTED] > Subject: encrypt a module? > > > I am coding a module that will be shared across several other groups >

RE: encrypt a module?

2001-12-18 Thread Hanson, Robert
: [EMAIL PROTECTED] Subject: RE: encrypt a module? That is perfect! I only wish I could see the looks on their faces! Now if I could only get it to install off of cpan... keeps saying it can't find it! >Here's a hilarious answer: ACME::Bleach > >They will wonder where the co

RE: encrypt a module?

2001-12-18 Thread Chuck . Hirstius
That is perfect! I only wish I could see the looks on their faces! Now if I could only get it to install off of cpan... keeps saying it can't find it! >Here's a hilarious answer: ACME::Bleach > >They will wonder where the code went! > >Good luck, > >Christopher > >-Original Message- >

RE: encrypt a module?

2001-12-18 Thread Christopher Hahn
Here's a hilarious answer: ACME::Bleach They will wonder where the code went! Good luck, Christopher -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 18, 2001 7:32 AM To: [EMAIL PROTECTED] Subject: encrypt a module? I am coding a module t

RE: encrypt a module?

2001-12-18 Thread Hanson, Robert
You want to use a source filter. The source filter is a Perl module that filters the module before it is run, so it could be used to show/hide debugging info, or in your case decrypt it. The Perl Journal had a good article on it a while ago, check it out and then see what pre-built filters are a