[EMAIL PROTECTED] wrote:
> I'm just trying to get the below to work properly. I'm
> taking a credit card number, and incrypting it. Then
> printing it out, then unincrypting it. I'm having problems
> getting the latter to work. Any help greatly appreciated.
>
> #!/Perl -w
>
> use strict;
> u
I'm just trying to get the below to work properly. I'm
taking a credit card number, and incrypting it. Then
printing it out, then unincrypting it. I'm having problems
getting the latter to work. Any help greatly appreciated.
#!/Perl -w
use strict;
use Crypt::TripleDES;
my $des = new Crypt::T