Help for this page

Select Code to Download


  1. or download this
    my $paper = Paper->new($cnf_file);
    
  2. or download this
    sub new {
        my ( $class, $cnf_file ) = @_;
    ...
        }
        $self->_post_process;
    }