Help for this page

Select Code to Download


  1. or download this
    sub build_rec {
            my ($self, $middlex, ...) = @_;
    ...
            ...;
            
    }
    
  2. or download this
    c:\@Work\Perl\monks>perl -MData::Dump -le
    "use warnings;
    ...
    "my" variable $middlex masks earlier declaration in same scope at -e l
    +ine 1.
    Use of uninitialized value in division (/) at -e line 1.
    ("build_rec returned", undef)