Help for this page

Select Code to Download


  1. or download this
    package foo;
    ...
    our $enqmsg = pack ("C*", 0x01, 0x55, 0x22 ...);
    
  2. or download this
    printmsg ($foo::enqmsg, ...);
    
  3. or download this
    @msglist=($foo::enqmsg,...);