Help for this page

Select Code to Download


  1. or download this
    sub new { bless {}; shift }
    
    ...
          || die "Could not prepare" ;
    }
    1;
    
  2. or download this
    use lib 'lib';
    use DeltaR;
    ...
    } => "rtable";
    
    app->start;