Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Remote Module "use"

by casiano (Pilgrim)
on Aug 09, 2008 at 17:43 UTC ( [id://703295]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ cat -n prime3.pl
       1  #!/usr/bin/perl -I../lib -w
    ...
       8
       9  @range_primes = primes(4, 9);
      10  print "@range_primes\n";
    
  2. or download this
     $ time perl -MRemote::Use=config,rsyncconfig prime3.pl
      receiving file list ... done
    ...
      real    0m2.349s
      user    0m0.116s
      sys     0m0.060s
    
  3. or download this
      $ time perl -MRemote::Use=config,rsyncconfig prime3.pl
      2 3 5 7
    ...
      real    0m0.066s
      user    0m0.056s
      sys     0m0.008s
    
  4. or download this
    $ cat rsyncconfig
    package rsyncconfig;
    ...
    }
    
    1;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (1)
As of 2024-04-24 15:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found