Help for this page

Select Code to Download


  1. or download this
    The error is 
    Cant find the method Deliv
    
  2. or download this
    push @delivs, new Deliv('deliverable ' . $_,$ini);
    
  3. or download this
    package Deliv;
    use vars qw($AUTOLOAD);
    ...
        return $self;
    
    }