in reply to Re: Minimum width in printf() ignored?
in thread Minimum width in printf() ignored?
to extract the contents. Thus the zero bytes were kept as part of $c3. Instead I should have used(@c) = $block =~ /(\d{14})(\d\d)(.*)/;
This now yields(@c) = $block =~ /(\d{14})(\d\d)([ -z]*)/;
as I intended it. Thank any way for your help, it pushed me in the right direction!Two names: 'F#maj13/Eb ', 'Gbmaj13/Eb ' for D#/Eb4, +F#/Gb4, A#/Bb4, F5,
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Minimum width in printf() ignored?
by Anonymous Monk on Sep 02, 2024 at 15:20 UTC |