Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Oct 2001 12:33:55 -0400 (EDT)
From:      Matthew Emmerton <matt@gsicomp.on.ca>
To:        Andre` Niel Cameron <AndreC@Axxs.net>
Cc:        free bsd <freebsd-questions@FreeBSD.ORG>
Subject:   Re: Perl question
Message-ID:  <Pine.BSF.4.21.0110031232230.11649-100000@xena.gsicomp.on.ca>
In-Reply-To: <012101c14c28$d7aa9c90$a50410ac@olmct.net>

next in thread | previous in thread | raw e-mail | index | archive | help

You can use the B::deparse module to get code output, but *after* Perl
has processed it.  This means that all comments & whitespace will be gone,
as well as certain optimized-away expressions.

--=20
Matthew Emmerton      || matt@gsicomp.on.ca
GSI Computer Services || http://www.gsicomp.on.ca

On Wed, 3 Oct 2001, Andre` Niel Cameron wrote:

> If a perl scrypt looks like this:
> #!/usr/bin/perl
> use Filter::decrypt2 ;
> =FF
> 3'S[Eb^CRJZU^@VgYBxw^L^_
>=20
> L^W
> pW\)!YV^^(X^YQEBe]
> ^A^F$U^Z'n^\^W^._^H^[^GYN^GO^?GCx`^E^F^A>
>=20
> How can I decrypt it so I can change the code?
>=20
> Regards,
> Andre` C.
> Technical Support
> =D4=BF=D4=AC
> -------------------------------------------------------------------------=
---
> -
> Visit our support manual at http://supportmanual.com/
>=20
>=20
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message
>=20


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0110031232230.11649-100000>