linuxfan has asked for the wisdom of the Perl Monks concerning the following question:
$str = read_str_from_server($args); $len = length $str; send_str_to_server($str,$len);
Thanks!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: finding length of encrypted(binary) string
by bart (Canon) on Dec 03, 2004 at 22:49 UTC | |
|
Re: finding length of encrypted(binary) string
by BrowserUk (Patriarch) on Dec 03, 2004 at 22:29 UTC | |
by linuxfan (Beadle) on Dec 07, 2004 at 23:55 UTC | |
|
Re: finding length of encrypted(binary) string
by Zed_Lopez (Chaplain) on Dec 03, 2004 at 22:23 UTC |