Hi Reggie, You may want to glance at the archives for the answer to this question. I know its been discussed before.
Take a look at perlcc and ActiveState's perldev kit. I believe, however, there is no perfect solution to this. Usually, the best way to do this is write the portions of your code that you want to hide in C and leave the rest exposed in perl. BTW, this line of questioning is going to get some interesting discussion as to the morality of 'hiding' your perl code. Cheers, Levon Barker > -----Original Message----- > From: Kogulan, Reggie [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 24, 2003 11:27 AM > To: Rus Foster; LI NGOK LAM > Cc: [EMAIL PROTECTED] > Subject: RE: perl program > > > I am newbie here. I want to know if the perl program code can be > protected such that noone else sees it. In other words,I have > several perl codes and want to know if I can put out a file only > as executable such that the code cannot be seen. > > Thanks > Reggie > > > >>>-----Original Message----- > >>>From: Rus Foster [mailto:[EMAIL PROTECTED] > >>>Sent: Thursday, July 24, 2003 10:03 AM > >>>To: LI NGOK LAM > >>>Cc: [EMAIL PROTECTED] > >>>Subject: Re: Checking for a directory > >>> > >>> > >>>On Thu, 24 Jul 2003, LI NGOK LAM wrote: > >>> > >>>> if ( -d $path ) { print "Directory" } > >>>> elsif ( -f $path ) { print "File" } > >>>> else { print "Not exist" } > >>>> > >>>> HTH > >>> > >>>Cheers all. Think I was trying to be to clever for my own good > >>> > >>>RGds > >>> > >>>]Rus > >>>-- > >>>www: http://jvds.com | Virtual Servers from just $15/mo > >>>MSNM: [EMAIL PROTECTED] | Totally Customizable Technology > >>>e: [EMAIL PROTECTED] | FreeBSD & Linux > >>> 10% donation to FreeBSD.org on each purchase > >>> > >>>-- > >>>To unsubscribe, e-mail: [EMAIL PROTECTED] > >>>For additional commands, e-mail: [EMAIL PROTECTED] > >>> > >>> > > -- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]