in reply to Re: 32 Character limit
in thread 32 Character limit
Thanks for the replies. However I am not sure I understand. Isn't my code
if ($action eq '-e') { my @cryptedText = cryptText($key,$action,\@input); my $i = join("\n",@cryptedText); print $i; }
Only calling cryptText (my encrypt sub) one time? It is then joining the newline characters to the end, because when I didn't it would fail to encode properly. Maybe I am missing the boat here.. Please explain
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: 32 Character limit
by ikegami (Patriarch) on Feb 09, 2011 at 21:33 UTC | |
by z662 (Initiate) on Feb 11, 2011 at 01:11 UTC | |
by z662 (Initiate) on Feb 15, 2011 at 23:50 UTC | |
by ikegami (Patriarch) on Feb 16, 2011 at 00:51 UTC |