Help for this page
my $paper = Paper->new($cnf_file);
sub new { my ( $class, $cnf_file ) = @_; ... } $self->_post_process; }