in reply to Printing Fixed Width Strings and Spliting String into Multiple Lines
$s=~s/(.{100})/$1\n/g;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Printing Fixed Width Strings and Spliting String into Multiple Lines
by oko1 (Deacon) on Feb 08, 2012 at 06:09 UTC | |
by mmartin (Monk) on Feb 08, 2012 at 15:54 UTC |