Help for this page

Select Code to Download


  1. or download this
    sub line_wrap {
       my ($str, $max) = @_;
    ...
    
       return join("\n", @lines) . "\n";
    }
    
  2. or download this
    sub line_wrap {
       my ($str, $max) = @_;
    ...
    
       return join("\n", @lines) . "\n";
    }