
Net::Lyskom::Util - Utility functions for Net::Lyskom objects

use Net::Lyskom::Util qw{:all};

Holds a handful of utility functions. They are all exported via the :all tag.
Returns its argument Hollerith-encoded.
Returns its argument with Hollerith-encoding removed. Almost totally useless since the network processing also removes Hollerith encoding.
Prints its arguments to STDERR if the variable $debug is set.
Helper function for parsing arrays out of the stream returned from the Kom server. First argument should be a reference to a function that slurps items from an array given as reference argument to it, the second argument should be a reference to the array that should be slurped.