Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^7: About using rperl

by LanX (Saint)
on Aug 15, 2019 at 17:37 UTC ( [id://11104526]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub func :cpp int {
      my int ($a,$b) = @_;
      return $a+$b
    }
    
  2. or download this
    sub func {
        (my int ($a, $b)) = @_;
    ...
        return $a + $b;
    }
    , 'cpp', 'int');
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11104526]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (2)
As of 2024-04-26 00:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found