Help for this page

Select Code to Download


  1. or download this
    {
      my $init = 'aa';
    ...
        return $ret;
      }
    }
    
  2. or download this
    package Tie::ScalarIter;
    
    ...
    }
    
    1;
    
  3. or download this
    # functional
    
    ...
      last if length($next) > 4;
      push @strings, $next;
    }