Help for this page

Select Code to Download


  1. or download this
    my $i = index $block, "\n";
    while($i > 0){
    ...
        $i = index $block, "\n";
    
    }
    
  2. or download this
    my $block;
    local $_ = '';
    ...
        }
    }
    push @lines, $_ if length;