On Fri, Aug 20, 2010 at 16:09, Bob goolsby wrote:
> Morn-n' --
>
> You might want to consider a couple of things --
>
> 1) "Obfuscation" in an interpreted language can't really be done.
> You can make it harder for the User to read you code, but you can't do
> anything that makes in hard (or imp
Morn-n' --
You might want to consider a couple of things --
1) "Obfuscation" in an interpreted language can't really be done.
You can make it harder for the User to read you code, but you can't do
anything that makes in hard (or impossible) for the User to *run* the
code. Source code distribu
On 10-08-20 03:46 PM, Tobias Eichner wrote:
Why do you need any obfuscator? If you want to protect your code from
web access, put it in a module in a directory that cannot be access from
the web and put a stub that calls the module at the site.
It's not as easy as this, since people receive th
> Why do you need any obfuscator? If you want to protect your code from
> web access, put it in a module in a directory that cannot be access from
> the web and put a stub that calls the module at the site.
It's not as easy as this, since people receive the source code files.
I know that obfus
On 10-08-20 01:32 PM, Tobias Eichner wrote:
Hello,
I'm in search for a Perl obfuscator; I know there are several commercial
products available, but all (at least the one I found) are quite expensive.
Maybe you know of a reliable and feature-rich tool that is more affordable or
distributed as op
On Fri, Aug 20, 2010 at 13:32, Tobias Eichner wrote:
> Hello,
>
> I'm in search for a Perl obfuscator; I know there are several commercial
> products available, but all (at least the one I found) are quite expensive.
>
> Maybe you know of a reliable and feature-rich tool that is more affordable or
> "TE" == Tobias Eichner writes:
TE> I'm in search for a Perl obfuscator; I know there are several
TE> commercial products available, but all (at least the one I found)
TE> are quite expensive.
TE> Maybe you know of a reliable and feature-rich tool that is more
TE> affordable or di
Hello,
I'm in search for a Perl obfuscator; I know there are several commercial
products available, but all (at least the one I found) are quite expensive.
Maybe you know of a reliable and feature-rich tool that is more affordable or
distributed as open source ?
--
To unsubscribe, e-mail: b
On Friday 20 August 2010 08:43:11 Matthew Young wrote:
> Hi guys. I wrote a post to the Perl subreddit of reddit.com asking
> about writing very simple blogging software. Something similar to
> this: http://metastatic.org/source/blog/. The original post is here:
> http://www.reddit.com/r/perl/comme
On Fri, Aug 20, 2010 at 04:34, Kammen van, Marco, Springer SBM NL
wrote:
> Hi All,
>
> I want to use timers to check if certain variables are set and if not
> send some data back to a client...
>
> Been searching for this a while now, but all I can find on alarm are
> examples on timing out comman
Hi guys. I wrote a post to the Perl subreddit of reddit.com asking
about writing very simple blogging software. Something similar to
this: http://metastatic.org/source/blog/. The original post is here:
http://www.reddit.com/r/perl/comments/d38u2/ask_perl_i_want_to_write_a_minimalist_piece_of/
Any
Hi All,
I want to use timers to check if certain variables are set and if not
send some data back to a client...
Been searching for this a while now, but all I can find on alarm are
examples on timing out commands
So something like:
sub timeout {
$timeout = 5;
eval {
l
12 matches
Mail list logo