Help for this page

Select Code to Download


  1. or download this
        $request->enqueue( [$dbname,$dataEntity{$dbname}] );
    
  2. or download this
    use threads::shared;
    ...
    ...
        my @args :shared = ( $dbname,$dataEntity{$dbname} );
        $request->enqueue( \@args );
    };