Help for this page

Select Code to Download


  1. or download this
    package My::Base;
    use Moose;
    has filename => (is       => "ro",
    ...
    package main;
    my $x=My::Derived->new(filename=>"/etc/myconfig");
    print $x->config,"\n";'
    
  2. or download this
    /etc/myconfig.cfg