in reply to joining string content
my $str = '+book +dog +cat'; print '"', $str =~ s/ /", "/gr, '"';
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: joining string content
by GrandFather (Saint) on Jun 24, 2025 at 21:26 UTC | |
Re^2: joining string content
by Anonymous Monk on Jun 24, 2025 at 13:13 UTC |