in reply to Using $"
Which tutorial?
See perlvar
$"
When an array or an array slice is interpolated into a double-quoted string or a similar context such as/.../ , its elements are separated by this value. Default is a space.
There is no double quote interpolation in your code.
Cheers Rolf
(addicted to the Perl Programming Language and ☆☆☆☆ :)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Using $"
by BillKSmith (Monsignor) on Dec 22, 2014 at 23:46 UTC | |
|
Re^2: Using $"
by Bugz (Acolyte) on Dec 22, 2014 at 20:21 UTC | |
by 2teez (Vicar) on Dec 22, 2014 at 20:31 UTC | |
by LanX (Saint) on Dec 22, 2014 at 21:41 UTC | |
by soonix (Chancellor) on Dec 25, 2014 at 07:57 UTC |