Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: How to install INI file cross platform with Makefile.PL?

by Khen1950fx (Canon)
on Sep 05, 2011 at 00:22 UTC ( [id://924133]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
            my @ret = File::Share::Install::postamble( $self );
            return join "\n", @ret;
    }
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    use warnings;
    use File::ShareDir qw(:ALL);
    dist_dir('My-Profiles');
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (5)
As of 2024-04-18 21:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found