Anti-nuisance lawsuit warning: The purpose of these notes is to remind me, Zoegond, of stuff or to help me work stuff out. They may contain mistakes.
Quick
($a, $b....) = unpack("A2A7...", $packed)
push( array, list )
Tuesday, January 27, 2015
import
use Themodule;
supplies ("Themodule") to Themodule::import as @_.
use Themodule();
causes Themodule::import not to be called at all. Apologies for the misleading previous version of this point.
use Themodule(<list>);
supplies ("Themodule", <list>) to Themodule::import as @_.