Isn't my code only calling cryptText (my encrypt sub) one time?
No, once for each element in @$input.
foreach my $text (@$input) { ... $text = encrypt($text,$key); ... }
In reply to Re^3: 32 Character limit
by ikegami
in thread 32 Character limit
by z662
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |