Help for this page

Select Code to Download


  1. or download this
    $safefuncs->share( 'Barcode::DataMatrix' );
    $safefuncs->share_from('main', [ 'DataMatrix2d' ]);
    
  2. or download this
    $safefuncs->share_from( 'Barcode::DataMatrix', \@safeops );
    $safefuncs->share_from( 'main', [ 'DataMatrix2d' ]);
    
  3. or download this
    share (NAME, ...)
    
  4. or download this
    share_from (PACKAGE, ARRAYREF)