Re: stupid question about to protect source code of perl web application scripting

2019-07-09 Thread Kent Fredric
On Mon, 8 Jul 2019 at 13:45, Eko Budiharto wrote: > > dear all, > > first of all, thank you for the respond of my inquiry. And then, there > is a few questions I would like to ask: > > 1. if someone takes your works and then he steals the credit by claiming > the work is his work instead of your w

Re: stupid question about to protect source code of perl web application scripting

2019-07-08 Thread Shlomi Fish
On Mon, 8 Jul 2019 15:07:41 +0700 Eko Budiharto wrote: > >> 2. if someone has a problem, he does not want to try to find a way to > >> solve the problem first, and then he asks your help and then problem > >> solved, then he is blaming the person who already helped him and > >> claimed, that is h

Re: stupid question about to protect source code of perl web application scripting

2019-07-08 Thread Eko Budiharto
2. if someone has a problem, he does not want to try to find a way to solve the problem first, and then he asks your help and then problem solved, then he is blaming the person who already helped him and claimed, that is his work. what will you do? What do you mean? dear Shlomi, what I me

Re: stupid question about to protect source code of perl web application scripting

2019-07-08 Thread Shlomi Fish
Hi, On Mon, 8 Jul 2019 08:44:46 +0700 Eko Budiharto wrote: > dear all, > > first of all, thank you for the respond of my inquiry. And then, there > is a few questions I would like to ask: > > 1. if someone takes your works and then he steals the credit by claiming > the work is his work inst

Re: stupid question about to protect source code of perl web application scripting

2019-07-07 Thread Eko Budiharto
in my university 19 years ago. regards, Eko Budiharto On 07/07/19 14.54, Kent Fredric wrote: On 7/6/19 11:21 PM, Eko Budiharto wrote: it is a web application but it is on premise. The user is not honest. That's why I am trying to find a way to protect the source code like in java w

Re: stupid question about to protect source code of perl web application scripting

2019-07-07 Thread Shlomi Fish
Hi all, On Sun, 7 Jul 2019 19:54:30 +1200 Kent Fredric wrote: > > On 7/6/19 11:21 PM, Eko Budiharto wrote: > > > it is a web application but it is on premise. The user is not honest. > > > That's why I am trying to find a way to protect the source code like >

Re: stupid question about to protect source code of perl web application scripting

2019-07-07 Thread Kent Fredric
> On 7/6/19 11:21 PM, Eko Budiharto wrote: > > it is a web application but it is on premise. The user is not honest. > > That's why I am trying to find a way to protect the source code like > > in java we can compile into java class and still can be run. That'

Re: stupid question about to protect source code of perl web application scripting

2019-07-06 Thread Uri Guttman
On 7/6/19 11:21 PM, Eko Budiharto wrote: dear Uri, it is a web application but it is on premise. The user is not honest. That's why I am trying to find a way to protect the source code like in java we can compile into java class and still can be run. I read some articles in the int

Re: stupid question about to protect source code of perl web application scripting

2019-07-06 Thread Eko Budiharto
dear Uri, it is a web application but it is on premise. The user is not honest. That's why I am trying to find a way to protect the source code like in java we can compile into java class and still can be run. I read some articles in the internet. Some method are using PAR, perlc, F

Re: stupid question about to protect source code of perl web application scripting

2019-07-06 Thread Uri Guttman
On 7/6/19 11:10 PM, Eko Budiharto wrote: dear Uri, it is a web application but it is on premise. The user is not honest. That's why I am trying to find a way to protect the source code like in java we can compile into java class and still can be run. please write to the list and not on

Re: stupid question about to protect source code of perl web application scripting

2019-07-06 Thread Uri Guttman
On 7/6/19 11:01 PM, Eko Budiharto wrote: dear all, I have a question. I have written a web application with perl, unfortunately everything written in perl, everyone can see all source codes I wrote. My question is is there anyway to protect those source codes? Compile or encrypt it? if it

stupid question about to protect source code of perl web application scripting

2019-07-06 Thread Eko Budiharto
dear all, I have a question. I have written a web application with perl, unfortunately everything written in perl, everyone can see all source codes I wrote. My question is is there anyway to protect those source codes? Compile or encrypt it? I am looking forward to a favorable reply from y

Re: perl builtin function source code

2015-02-06 Thread prateek goyal
> > > Please excuse me if I am posting wrong question. > > I wan to search the source code of PERL builtin functions e.g. reverse > > function. How can I see that on my machine or on web? > > I went to github repository of perl project but I ma unable to search > t

Re: perl builtin function source code

2015-02-06 Thread Shlomi Fish
Hi Prateek Goyal, On Fri, 6 Feb 2015 12:24:46 +0530 prateek goyal wrote: > Hi, > > > Please excuse me if I am posting wrong question. > I wan to search the source code of PERL builtin functions e.g. reverse > function. How can I see that on my machine or on web? > I went

perl builtin function source code

2015-02-05 Thread prateek goyal
Hi, Please excuse me if I am posting wrong question. I wan to search the source code of PERL builtin functions e.g. reverse function. How can I see that on my machine or on web? I went to github repository of perl project but I ma unable to search that. Please help me. -- *Thanks,Prateek

Re: How to parse C#, javascript, lisp source code for quoted literal strings

2014-05-24 Thread Christian Walde
Do not use a single regex for this and instead build a proper parser with mgc parsing. You can check this module for prior art along those lines: https://metacpan.org/source/MITHALDU/Locale-Simple-0.017/lib/Locale/Simple/Scraper/Parser.pm It is based on Parser::MGC, which is very useful for th

Re: How to parse C#, javascript, lisp source code for quoted literal strings

2014-05-22 Thread Jim Gibson
On May 22, 2014, at 2:04 AM, wrote: > I need to extract some information from source code. > > How can I write a perl regular expression that will match a literal string in > languages like C#, javascript, java and lisp? > > Here is my naive approach: > > /&quo

Re: How to parse C#, javascript, lisp source code for quoted literal strings

2014-05-22 Thread Rob Dixon
On 22/05/2014 10:04, siegfr...@heintze.com wrote: I need to extract some information from source code. How can I write a perl regular expression that will match a literal string in languages like C#, javascript, java and lisp? Here is my naive approach: /"[^"]*"/ This of

Re: How to parse C#, javascript, lisp source code for quoted literal strings

2014-05-22 Thread Jing Yu
On 22 May 2014, at 10:04, siegfr...@heintze.com wrote: > I need to extract some information from source code. > > How can I write a perl regular expression that will match a literal string in > languages like C#, javascript, java and lisp? > > Here is

How to parse C#, javascript, lisp source code for quoted literal strings

2014-05-22 Thread siegfried
I need to extract some information from source code.How can I write a perl regular _expression_ that will match a literal string in languages like C#, _javascript_, java and lisp?Here is my naive approach:/"[^"]*"/This of course does not accommodate backslashes in the string that perl, C, C# _javas

Re: ok how about this: source code compressor

2013-02-18 Thread Rajeev Prasad
hmm i thought, it would load the whole script in memory and then execute. so a smaller file size will take less RAM... thx. From: Brian Fraser To: Rajeev Prasad Cc: perl list Sent: Friday, February 15, 2013 7:56 PM Subject: Re: ok how about this: source

Re: ok how about this: source code compressor

2013-02-15 Thread Brian Fraser
On Fri, Feb 15, 2013 at 8:19 PM, Rajeev Prasad wrote: > it not only decreases the size, to load in RAM, also make it 'little harder' > for cocky-novices to steal the tricks (perl guru's anyway dont care). > > > http://www.stunnix.com/prod/po/ (binary not present to download??) > http://blueboxte

ok how about this: source code compressor

2013-02-15 Thread Rajeev Prasad
it not only decreases the size, to load in RAM, also make it 'little harder' for cocky-novices to steal the tricks (perl guru's anyway dont care). http://www.stunnix.com/prod/po/  (binary not present to download??) http://blueboxtech.co.uk/perlplexity/  (failed to remove trailing comments...) ht

Re: Perl source code beautifier

2011-04-20 Thread Bruno Costacurta
Indeed Perl::Tidy and perltidy does perfectly the job. Thanks to all for your help. Bye, Bruno -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl

Re: Perl source code beautifier

2011-04-18 Thread Alan Haggai Alavi
Hello Bruno, I'm looking for a command line tool for Perl source code beautifier. Have a look at Perl::Tidy. It also includes a script named `perltidy` which can be run from the command-line. Regards, Alan Haggai Alavi. -- The difference makes the difference -- To unsubscribe, e

Re: Perl source code beautifier

2011-04-18 Thread marcos rebelo
try perltidy http://search.cpan.org/dist/Perl-Tidy/bin/perltidy Best Regards Marcos Rebelo On Mon, Apr 18, 2011 at 12:05, Bruno Costacurta wrote: > Hello, > > I'm looking for a command line tool for Perl source code beautifier. > Thanks for your help and advice. > > Bye,

Perl source code beautifier

2011-04-18 Thread Bruno Costacurta
Hello, I'm looking for a command line tool for Perl source code beautifier. Thanks for your help and advice. Bye, Bruno -- Linux Counter #353844 http://counter.li.org/ -- To unsubscribe, e-mail: beginners-unsubscr...@per

Re: source code for builtin functions

2009-09-04 Thread Peter Scott
On Thu, 27 Aug 2009 13:04:39 -0700, heyi xiao wrote: > My linux system has > a pre-installed perl. Is there a good way to check the source code for > builtin functions, like reverse etc. I want to check the source code for > better learning/understanding. http://github.com/github/per

Re: source code for builtin functions

2009-08-27 Thread heyi xiao
Thanks a lot, guys, for your help and the hot, informative discussion! I really got better idea at where/how to look perl source code. Although I may not fully understand the C code itself. Heyi --- On Thu, 8/27/09, Randal L. Schwartz wrote: From: Randal L. Schwartz Subject: Re: source

Re: source code for builtin functions

2009-08-27 Thread Randal L. Schwartz
>>>>> "heyi" == heyi xiao writes: heyi> Hello all, heyi> My linux system has a pre-installed perl. Is there a good way to check heyi> the source code for builtin functions, like reverse etc. I want to check heyi> the source code for better learning/unders

Re: source code for builtin functions

2009-08-27 Thread Shawn H. Corey
Paul Johnson wrote: I don't think there's any need for that. I also don't think this is an inappropriate question for this list or that the C code is particularly ugly for that matter, but there you go. I didn't mean to offend anyone. All I meant was the questions about how Perl is implement

Re: source code for builtin functions

2009-08-27 Thread Paul Johnson
any good >>> way >>> to go? >> >> If you browse to this site, you can download the source code for whatever >> version of Perl you're working with and read away: >> >> http://www.cpan.org/src/README.html > > Perhaps you should take yo

Re: source code for builtin functions

2009-08-27 Thread Shawn H. Corey
Telemachus wrote: On Thu Aug 27 2009 @ 4:55, Shawn H. Corey wrote: Nowadays, Linux comes with Perl but not its documentation. To download it, start your favourite package manager and download the package "perl-doc" Also, since some of it refers to the Syscalls, you may want its documentation.

Re: source code for builtin functions

2009-08-27 Thread Chas. Owens
On Thu, Aug 27, 2009 at 17:18, Telemachus wrote: > On Thu Aug 27 2009 @  4:55, Shawn H. Corey wrote: >> Nowadays, Linux comes with Perl but not its documentation.  To >> download it, start your favourite package manager and download the >> package "perl-doc"  Also, since some of it refers to the Sy

Re: source code for builtin functions

2009-08-27 Thread Shawn H. Corey
Telemachus wrote: On Thu Aug 27 2009 @ 2:40, heyi xiao wrote: I knew perl is written in C, but I am still interested in checking the C source for some builtin function directly. Is there any good way to go? If you browse to this site, you can download the source code for whatever version of

Re: source code for builtin functions

2009-08-27 Thread Telemachus
On Thu Aug 27 2009 @ 2:40, heyi xiao wrote: > I knew perl is written in C, but I am still interested in > checking the C source for some builtin function directly. Is there any good > way > to go? If you browse to this site, you can download the source code for whatever version of

Re: source code for builtin functions

2009-08-27 Thread Uri Guttman
> "hx" == heyi xiao writes: hx> Thanks,Uri and Shawn, for all the information. I knew perl is hx> written in C, but I am still interested in checking the C source hx> for some builtin function directly. Is there any good way to go?

Re: source code for builtin functions

2009-08-27 Thread heyi xiao
Thanks,Uri and Shawn, for all the information. I knew perl is written in C, but I am still interested in checking the C source for some builtin function directly. Is there any good way to go? Heyi --- On Thu, 8/27/09, Uri Guttman wrote: From: Uri Guttman Subject: Re: source code for

Re: source code for builtin functions

2009-08-27 Thread Telemachus
On Thu Aug 27 2009 @ 4:55, Shawn H. Corey wrote: > Nowadays, Linux comes with Perl but not its documentation. To > download it, start your favourite package manager and download the > package "perl-doc" Also, since some of it refers to the Syscalls, > you may want its documentation. Its package

Re: source code for builtin functions

2009-08-27 Thread Shawn H. Corey
heyi xiao wrote: Hello all, My linux system has a pre-installed perl. Is there a good way to check the source code for builtin functions, like reverse etc. I want to check the source code for better learning/understanding. Thanks a lot! Heyi Documentation for the built-in functions is

Re: source code for builtin functions

2009-08-27 Thread Uri Guttman
>>>>> "hx" == heyi xiao writes: hx> My linux system has a pre-installed perl. Is there a good way to hx> check the source code for builtin functions, like reverse etc. I hx> want to check the source code for better learning/understanding. all builtin func

source code for builtin functions

2009-08-27 Thread heyi xiao
Hello all, My linux system has a pre-installed perl. Is there a good way to check the source code for builtin functions, like reverse etc. I want to check the source code for better learning/understanding. Thanks a lot! Heyi

Problems with install modules with CPAN and from source code when I update my PERL

2009-01-13 Thread Armin Garcia
use this modules I unistall the PERL version of that comes include with in my debian etch, but when I try to install modules from source code or using CPAN the modules was installed but when I execute my script, the script return me some errors becouse dont found the module that I had been

Re: perl source code encryption

2008-05-17 Thread Chas. Owens
suffers from the same problems all solutions will: you can recover the source fairly easily*. Of course, that is only an issue if you are trying to hide your source code (which is futile even with things like ANSI C). If you don't want your users "stealing" your code all you need is

Re: perl source code encryption

2008-05-17 Thread Paul Johnson
On Sat, May 17, 2008 at 08:42:54PM +0530, Gowtham M wrote: > I believe there is one such tool available in standard perl distro (perlcc) > This perlcc was experimental when I first had a look at it (long time back), > not sure how stable it is now. You'll no doubt be very pleased to hear that it

Re: perl source code encryption

2008-05-17 Thread Gowtham M
On Wed, Apr 30, 2008 at 10:41 AM, Anirban Adhikary < [EMAIL PROTECTED]> wrote: > Dear list Hello > > I want to encrypt my perl source code. I am using some modules in my code. > Among them some are downloaded from CPAn as well as some are written by my > -self. So ho

Re: perl source code encryption

2008-04-30 Thread Jenda Krynicky
From: Jerald Sheets <[EMAIL PROTECTED]> > I have to second what Chas. is saying here. > > The "perl way" doesn't lend itself well ideologically to what you're > attempting to do. If you wanted to hide your source, or create a > proprietary product, maybe perl wasn't the best route for you. >

Re: perl source code encryption

2008-04-30 Thread Jerald Sheets
Dear list I want to encrypt my perl source code. I am using some modules in my code. Among them some are downloaded from CPAn as well as some are written by my -self. So how to encrypt all perl codes includes the modules. Thanks&Regards in advance Anirban Adhikary Short answer: It is

Re: perl source code encryption

2008-04-29 Thread John W. Krahn
Anirban Adhikary wrote: Dear list Hello, I want to encrypt my perl source code. I am using some modules in my code. Among them some are downloaded from CPAn as well as some are written by my -self. So how to encrypt all perl codes includes the modules. perldoc -q "How can I hid

Re: perl source code encryption

2008-04-29 Thread Chas. Owens
On Wed, Apr 30, 2008 at 1:52 AM, Anirban Adhikary <[EMAIL PROTECTED]> wrote: > I Have gone through google and CPAN and finds some information over there . > can it be helpful for completion my purpose. U people please suggest. > > If my program name is rundbload.pl > > perl -MO=Bytecode,-H,-b,-k

Re: perl source code encryption

2008-04-29 Thread Anirban Adhikary
/Bytecode.pm perl -MO=Bytecode,-H,-b,-k,-orundbload rundbload.pl On Wed, Apr 30, 2008 at 11:01 AM, Chas. Owens <[EMAIL PROTECTED]> wrote: > On Wed, Apr 30, 2008 at 1:11 AM, Anirban Adhikary > <[EMAIL PROTECTED]> wrote: > > Dear list > > I want to encrypt my perl source

Re: perl source code encryption

2008-04-29 Thread Chas. Owens
On Wed, Apr 30, 2008 at 1:11 AM, Anirban Adhikary <[EMAIL PROTECTED]> wrote: > Dear list > I want to encrypt my perl source code. I am using some modules in my code. > Among them some are downloaded from CPAn as well as some are written by my > -self. So how to encrypt all p

perl source code encryption

2008-04-29 Thread Anirban Adhikary
Dear list I want to encrypt my perl source code. I am using some modules in my code. Among them some are downloaded from CPAn as well as some are written by my -self. So how to encrypt all perl codes includes the modules. Thanks&Regards in advance Anirban Adhikary

Re: How to read Perl source code

2007-09-05 Thread Paul Johnson
On Wed, Sep 05, 2007 at 09:42:18PM +0800, PeiYu Zeng wrote: > I'd like to read the built-in fuctions' code such as 'split', > but I don't know where it is in perl source code (e.g. perl-5.8.8). > > Can you tell me how to locate it? http://search.cpan.org/CP

RE: How to read Perl source code

2007-09-05 Thread Andrew Curry
The majority of these are compiled c programs. Im not sure of split but I know many are many which are. -Original Message- From: PeiYu Zeng [mailto:[EMAIL PROTECTED] Sent: 05 September 2007 14:42 To: beginners@perl.org Subject: How to read Perl source code I'd like to read the bui

How to read Perl source code

2007-09-05 Thread PeiYu Zeng
I'd like to read the built-in fuctions' code such as 'split', but I don't know where it is in perl source code (e.g. perl-5.8.8). Can you tell me how to locate it? Thanks, Cheellay Zen

Re: Could someone help me with this source code?

2007-01-22 Thread Tom Phoenix
On 1/22/07, Caduceus <[EMAIL PROTECTED]> wrote: What I want to know is would this unix perl script work in windows TIA What happened when you tried it? There's good information on Perl portability issues in the perlport manpage. Good luck with it! --Tom Phoenix Stonehenge Perl Training --

Re: Could someone help me with this source code?

2007-01-22 Thread Caduceus
""Tom Phoenix"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On 1/20/07, Caduceus <[EMAIL PROTECTED]> wrote: > >> I'm trying to run this perl script called "salter" on activestates >> komodo. >> I hope to use it with Mozilla Thunderbird. I've read Learning Perl, >> another >>

Re: Could someone help me with this source code?

2007-01-21 Thread Tom Phoenix
On 1/20/07, Caduceus <[EMAIL PROTECTED]> wrote: I'm trying to run this perl script called "salter" on activestates komodo. I hope to use it with Mozilla Thunderbird. I've read Learning Perl, another perl book, went to perl.com, perl.org, pm.org, and cpan.com but nothing seems to help. I will s

Could someone help me with this source code?

2007-01-21 Thread Caduceus
Hi: I'm trying to run this perl script called "salter" on activestates komodo. I hope to use it with Mozilla Thunderbird. I've read Learning Perl, another perl book, went to perl.com, perl.org, pm.org, and cpan.com but nothing seems to help. I will show you the script. Any help will be apprecia

RE: Where is the source code?

2006-01-02 Thread Siegfried Heintze
Sorry, I lied. I guess there is source code for Data::UUID but I cannot get it to work on windows. I tried ppm install Data::UUID and it could not find it. I tried downloading and following the instructions in the README me but that produced a lot of syntax errors. Can someone suggest how I

Where is the source code?

2006-01-02 Thread Siegfried Heintze
enson/DCE-Perl-0.21/UUID/UUID.pm http://search.cpan.org/~braam/UUID-0.02/UUID.pm I cannot find the source code for the algorithm. I was surprised to learn that some or all of these called C. I would think a simple algorithm like this could be implemented easily in perl. Well, C source code is

RE: Perl syntax questions from source code in queue.pm

2005-05-19 Thread Siegfried Heintze
Problem with Thread::Queue fixed. The sample program for Thread::Queue is incorrect (or maybe I just missed the ":shared" when declaring variable @Q). Well it is definitely incorrect in Larry's book: Programming Perl, 3rd Edition. Do they need a volunteer to update the documentation? This works f

Re: Perl syntax questions from source code in queue.pm

2005-05-18 Thread John W. Krahn
Siegfried Heintze wrote: I'm looking at the source code for queue.pm Perl is case sensitive so that should be Queue.pm. and I'm quite surprised at how short it is. I have some questions about the syntax. (1) What does this colon (": shared") mean on line 69? I have not se

Perl syntax questions from source code in queue.pm

2005-05-18 Thread Siegfried Heintze
I'm looking at the source code for queue.pm and I'm quite surprised at how short it is. I have some questions about the syntax. (1) What does this colon (": shared") mean on line 69? I have not seen a colon used like this before. 67 sub new { 68 my $class =

Re: Dump running source code?

2005-03-21 Thread Chris
> And more than that: > > my %sources; > local *ARGV; local $/; > @ARGV = ($0, values %INC); > while (<>) { > $sources{$ARGV} = $_; > } > > There. The entire source code for the application is now in %sources. > Every .pm, every require, and the top-level

Re: Dump running source code?

2005-03-21 Thread Wiggins d'Anconia
; close ZERO And more than that: my %sources; local *ARGV; local $/; @ARGV = ($0, values %INC); while (<>) { $sources{$ARGV} = $_; } There. The entire source code for the application is now in %sources. Every .pm, every require, and the top-level application. Enjoy. Out of curiousity (because I

Re: Dump running source code?

2005-03-21 Thread JupiterHost.Net
And more than that: my %sources; local *ARGV; local $/; @ARGV = ($0, values %INC); while (<>) { $sources{$ARGV} = $_; } There. The entire source code for the application is now in %sources. Every .pm, every require, and the top-level application. Nice and slick :) -- To unsubscribe,

Re: Dump running source code?

2005-03-21 Thread Randal L. Schwartz
int while(); JupiterHost> close ZERO And more than that: my %sources; local *ARGV; local $/; @ARGV = ($0, values %INC); while (<>) { $sources{$ARGV} = $_; } There. The entire source code for the application is now in %sources. Every .pm, every require, and the top-le

Re: Dump running source code?

2005-03-21 Thread JupiterHost.Net
Hello, Is there any possible way that somebody writing a "plug-in" would be able to some how dump the code from the require'ing script? The people writing the plug-ins do not have access to any of the code, so im trying to make sure they can't access it in any other way. If I was trying to see t

Dump running source code?

2005-03-20 Thread Chris
Greetings, I'm not really sure how to explain it, or if it makes sense, but we provide a webservice written in perl. We have a number of modules for the software, and have designed the software to allow "plug-ins". We would like to be able to offer this "plug-in" feature to developers looking t

Re: Source Code Audit

2004-12-01 Thread Jonathan Paton
Joshua, Do you think it is the script, or the PSP/perl enviroment that is leaking memory? How serious is the memory leak? Are you using the latest perl? If it is your perl code that leaks (try a dummy script as a check) then the most likely cause is circular references or eval problems. On old

Re: Source Code Audit

2004-12-01 Thread Casey West
It was Wednesday, December 01, 2004 when Joshua Berry took the soap box, saying: : Quite honestly, I am not much of a programmer so these modules (even : though they are simple) are a little over my head. The output is always : more cryptic than what I can understand. If this is the case I might

RE: Source Code Audit

2004-12-01 Thread Joshua Berry
, 2004 4:08 PM To: Joshua Berry; [EMAIL PROTECTED] Subject: RE: Source Code Audit Joshua Berry wrote: > Does anyone know somebody or some company that does Perl source code > auditing? I don't know personally. Perhaps you can get help here... > I have written a Perl Server application t

RE: Source Code Audit

2004-12-01 Thread Bob Showalter
Joshua Berry wrote: > Does anyone know somebody or some company that does Perl source code > auditing? I don't know personally. Perhaps you can get help here... > I have written a Perl Server application that is leaking > memory and cannot find the leak. There are some mod

Re: Source Code Audit

2004-12-01 Thread James W. Thompson, II
e company that does Perl source code > auditing? I have written a Perl Server application that is leaking > memory and cannot find the leak. > > Thanks, > Josh Berry | CISSP GCIA > Information Security > 214-765-1296 > > ---

Source Code Audit

2004-12-01 Thread Joshua Berry
Does anyone know somebody or some company that does Perl source code auditing? I have written a Perl Server application that is leaking memory and cannot find the leak. Thanks, Josh Berry | CISSP GCIA Information Security 214-765-1296

RE: Encrypting PERL source code...

2003-12-02 Thread Jenda Krynicky
windows system or a PERL script that would "encrypt" a perl script > > by doing such things as removing whitespace, etc. so that it is much > > more difficult to read but yet will execute as if "unencrypted"?? > > I'd like to make the source code as diffi

RE: Encrypting PERL source code...

2003-12-02 Thread Ichim, Adrian N.
> such things as > removing whitespace, etc. so that it is much more difficult > to read but > yet will execute as if "unencrypted"?? I'd like to make the > source code > as difficult to pirate as I can for a program that I'm developing. > Thanks! A pre

Re: Encrypting PERL source code...

2003-12-01 Thread drieux
On Dec 1, 2003, at 2:33 PM, R. Joseph Newton wrote: [..] Aaaah, Paul, I don't know. If you're going to do that, you might as well make an articulate statement in the process. I would recommend Acme Bushisms instead. for those who are playing along at home,

Re: Encrypting PERL source code...

2003-12-01 Thread R. Joseph Newton
Paul Johnson wrote: > Don't remove the whitespace; whitespace is useful. Instead you want to > remove all the other characters. You want Acme::Bleach from CPAN. > > perldoc -q "hide the source" > > -- > Paul Johnson - [EMAIL PROTECTED] Aaaah, Paul, I don't know. If you're going to do that, you

RE: Encrypting PERL source code...

2003-12-01 Thread Bakken, Luke
ng > such things as > removing whitespace, etc. so that it is much more difficult > to read but > yet will execute as if "unencrypted"?? I'd like to make the > source code > as difficult to pirate as I can for a program that I'm developing. > Thanks!

Re: Encrypting PERL source code...

2003-12-01 Thread Tassilo von Parseval
oing such things as > removing whitespace, etc. so that it is much more difficult to read but > yet will execute as if "unencrypted"?? I'd like to make the source code > as difficult to pirate as I can for a program that I'm developing. Those attempts are usually futile sin

Re: Encrypting PERL source code...

2003-12-01 Thread Paul Johnson
oing such things as > removing whitespace, etc. so that it is much more difficult to read but > yet will execute as if "unencrypted"?? I'd like to make the source code > as difficult to pirate as I can for a program that I'm developing. Don't remove the whitespace; whit

RE: Encrypting PERL source code...

2003-12-01 Thread Tom Kinzer
even better, check out PAR: http://search.cpan.org/~autrijus/PAR/ -Tom Kinzer -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, December 01, 2003 10:40 AM To: [EMAIL PROTECTED] Subject: Encrypting PERL source code... Can anyone suggest where I might

Encrypting PERL source code...

2003-12-01 Thread Richard.C.1
t yet will execute as if "unencrypted"?? I'd like to make the source code as difficult to pirate as I can for a program that I'm developing. Thanks! Portions of this message may be confidential under an exemption to Ohio's public records law or under a legal privilege. I

pydoc-like tool to generate html from uncommented perl cgi source code

2003-11-19 Thread Jeff Kowalczyk
I'm trying to find a simple tool to run over a CGI perl application and output hyperlinked index of source code at the function level, preferably syntax-colored. None of the files are formally commented at this point, so tools like NaturalDocs are not going to give anything back. robodoc

Re: Source Code Control and Naming ThingiePoo was Re: Starting Perl

2003-11-13 Thread drieux
lib/perl"; docs/ # stuff that documents code stuff man/ # where manpages go... so that I can work on ideas that I find interesting that are not related to any specific 'paying gig' and/or 'proprietary code' - but things that make my life easier.

Re: Source Code Control and Naming ThingiePoo was Re: Starting Perl

2003-11-13 Thread Chuk Goodin
On Thu, Nov 13, 2003 at 11:33:14AM -0800, drieux wrote: > So let us step back and look at the 'root cause problem' > > so I want to just 'fix it on the fly' > > and yes, foo.pl as an editable text file will allow you > simply open it with a text editor and WHACK a fix in. Unlike > RealCode[

Source Code Control and Naming ThingiePoo was Re: Starting Perl

2003-11-13 Thread drieux
; and installed. But why not treat your 'perl code' like as if it were RealCode[tm]? The code that makes it out onto the 'production machines' should be treated with some respect, irregardless of the language used, eh no? So why not start an 'organizational process'

Re: Is there a simple way to include source code I've written in other files?

2003-07-18 Thread Janek Schleicher
Jamie Risk wrote at Thu, 17 Jul 2003 10:39:56 -0400: > Until now, I've avoided writing modules by inlining the deisred code in the > new files. Messy. I'm avoiding modules for two reasons, laziness and naive > conception that for what I'm trying to do it's overkill. > > Is there a method to refe

RE: Is there a simple way to include source code I've written in other files?

2003-07-17 Thread Charles K. Clarkson
Jamie Risk wrote: : : Until now, I've avoided writing modules by inlining the : deisred code in the new files. Messy. I'm avoiding : modules for two reasons, laziness and naive conception : that for what I'm trying to do it's overkill. Neat! Your first reason is why I use modules. Charles

Re: Is there a simple way to include source code I've written inother files?

2003-07-17 Thread Ramprasad
Jamie Risk wrote: Until now, I've avoided writing modules by inlining the deisred code in the new files. Messy. I'm avoiding modules for two reasons, laziness and naive conception that for what I'm trying to do it's overkill. Thats a dangerous idea. Is there a method to reference code in other fi

RE: Is there a simple way to include source code I've written in other files?

2003-07-17 Thread wiggins
On Thu, 17 Jul 2003 10:39:56 -0400, "Jamie Risk" <[EMAIL PROTECTED]> wrote: > Until now, I've avoided writing modules by inlining the deisred code in the > new files. Messy. I'm avoiding modules for two reasons, laziness and naive > conception tha

Is there a simple way to include source code I've written in other files?

2003-07-17 Thread Jamie Risk
Until now, I've avoided writing modules by inlining the deisred code in the new files. Messy. I'm avoiding modules for two reasons, laziness and naive conception that for what I'm trying to do it's overkill. Is there a method to reference code in other files, like, a simple "include"? -- To

Re: where to find perl source code for learning purpose?

2003-04-09 Thread Stefan Lidman
caven wrote: > > Thank you for reading my passage! > I am a beginner and need read some source code for my better > understanding of perl. > > Thank you in advance! ^_^ http://www.cpan.org/ or write your own :-) try and error is a good way to learn. remember to d

RE: Studying & Source Code

2002-04-18 Thread Paul Ennis
rtise. PKE -Original Message- From: Anthony Beaman [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 18, 2002 7:36 AM To: [EMAIL PROTECTED] Subject: Studying & Source Code How's the best way to get the most out of studying and studying source code? I'm always reading tha

Re: Studying & Source Code

2002-04-18 Thread drieux
On Thursday, April 18, 2002, at 05:35 , Anthony Beaman wrote: [..] > I then try to study code but it's usually beyond me. [..] always remember perldoc -m will let you skim through the module completely - POD/Code/Comments. the three responses I have seen from Felix, Jonathan and Jen

Re: Studying & Source Code

2002-04-18 Thread Felix Geerinckx
on Thu, 18 Apr 2002 13:01:39 GMT, [EMAIL PROTECTED] (Jonathan e. paton) wrote: > Studying other peoples Perl code is probably a Bad Thing, > since Perl doesn't enforce any style, design, efficency > or robustness on the programmer. > [...] > Not in my opinion. As above, many perl scripts availa

Re: Studying & Source Code

2002-04-18 Thread Jonathan E. Paton
> How's the best way to get the most out of studying and > studying source code? I'm always reading that looking > at source code (and coding in general) is the best way > to learn to program. The best way is to join a programming project, and learn the required aspects of

  1   2   >