in reply to Re: Perl Tk, how to get File Browser, capture output to a Log file and format my checkboxes
in thread Perl Tk, how to get File Browser, capture output to a Log file and format my checkboxes
Replace
s/.{20}\K /\n/gr
with
s/(.{20}) /$1\n/gr
if you are running with an old perl.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Perl Tk, how to get File Browser, capture output to a Log file and format my checkboxes
by perlynewby (Scribe) on Mar 23, 2022 at 09:52 UTC | |
by choroba (Cardinal) on Mar 23, 2022 at 09:58 UTC | |
by tybalt89 (Monsignor) on Mar 23, 2022 at 13:51 UTC | |
by hippo (Archbishop) on Mar 23, 2022 at 10:49 UTC |