Help for this page

Select Code to Download


  1. or download this
    if ($install) {
        # Open the configfile at /etc/myconf.conf
    ...
        my $pgpass = $Config->{Postgresql}->{pass};
        print "$pgpass\n";
    }