Help for this page

Select Code to Download


  1. or download this
    sub method {
        my @args = @_;
    ...
        my $result = C++CODE::method(@args);
        return $result;
    }
    
  2. or download this
    use lib (<path>)
    use (C++ package)
    
  3. or download this
    my $dsgn = new (c++_object)
    $dsgn->(method)
    
  4. or download this
    MAIN
    my C++object
    ...
      routine
          my $C++object = @_
          $C++object->method()