in reply to Re^2: Why not perl have raw/native type
in thread Why not perl have raw/native type
# foo() is a sub from a 3rd party library you have no control over sub foo { my $r = \$_[0] } my native str $s = "..."; foo($s);
Dave.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Why not perl have raw/native type
by LanX (Saint) on Jan 09, 2020 at 08:18 UTC | |
by dave_the_m (Monsignor) on Jan 10, 2020 at 21:28 UTC | |
by LanX (Saint) on Jan 10, 2020 at 22:27 UTC |