Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Calling perl function from another perl script with different Active perl versions

by choroba (Cardinal)
on Apr 06, 2020 at 08:58 UTC ( [id://11115124]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!perl5.6
    
    $result = `D:/Perl/bin/perl D:/sample_program/p5.24.pl 25 10`;
    
  2. or download this
    #!perl5.24
    my ($x, $y) = @ARGV;
    print $x * $y;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (2)
As of 2024-04-19 01:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found