Nathan Gibbs wrote:
How would I get the length of a string as returned by length () intoa 4 byte unsigned integer in network byte order
my $length = pack 'N', length $string; John -- The programmer is fighting against the two most destructive forces in the universe: entropy and human stupidity. -- Damian Conway -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] http://learn.perl.org/
