in reply to Re^2: Possible bug with array pointer
in thread Possible bug with array pointer
will work just as well.foreach my $str (@$arrayref) { print "BEFORE: str = $str\n"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Possible bug with array pointer
by jockel (Beadle) on Jan 11, 2017 at 14:43 UTC | |
by haukex (Archbishop) on Jan 11, 2017 at 14:57 UTC |