Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^2: help with versioning modules

by Special_K (Monk)
on Nov 21, 2020 at 01:06 UTC ( [id://11123953]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/tool/bin/perl -w
    use strict;
    ...
    use My::Foo;
    
    my $new_foo = Foo->new();
    
  2. or download this
    /home/user/perl_modules/lib/perl5
        My/
    ...
        Devel/
        Pod/
        ...
    
  3. or download this
    use lib '/home/user/perl_modules/lib/perl5';
    use lib '/home/user/perl_modules/lib/perl5/My';
    use Foo;
    

Log In?
Username:
Password:

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

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

    No recent polls found