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

How to share a group of functions with multiple main processes?

by ThelmaJay (Novice)
on Nov 19, 2013 at 16:18 UTC ( [id://1063352]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub setVarValue{
        ($inputVal) = @_;
    ...
        return $v
    }
    1;
    
  2. or download this
    require 'C:\Users\Administrator\workspace\GPSTracker\lib\printVar.pl';
    
    ...
    }
    
    1;
    
  3. or download this
    require 'C:\Users\Administrator\workspace\GPSTracker\lib\printVar.pl';
    
    ...
    }
    
    1;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (5)
As of 2024-04-19 03:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found