Help for this page

Select Code to Download


  1. or download this
    before 'wafer' => sub{
        my $self = shift;
        if ( ! $self->_wafer_parse_complete ){ $self->_wafer_parse };
        
    };
    
  2. or download this
    Use of uninitialized value in subroutine entry at Class/MOP/Method/Wra
    +pped.pm line 47
    Can't use string ("") as a subroutine ref while "strict refs" in use a
    +t Class/MOP/Method/Wrapped.pm line 47.
    
  3. or download this
    sub _wafer_parse {
        my $self = shift;
    ...
        while ( <$FILE> ){};
        close $FILE;
    }