Help for this page

Select Code to Download


  1. or download this
    sub make_byteObject {
       # Trivial example -- the real one was about 50,000 lines.
    ...
         'one' => 1
       }, 'byteObject' );
    }
    
  2. or download this
    do "bytecode";
    my $obj = make_byteObject();