in reply to Test scalar refs (not values) in deeply nested structure
and you want a test that will report that \$pos1 and \$pos2 are "different".my ($pos1,$pos2)=("a","a");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Test scalar refs (not values) in deeply nested structure
by perlfan (Parson) on Jul 24, 2020 at 04:46 UTC | |
|
Re^2: Test scalar refs (not values) in deeply nested structure
by LanX (Saint) on Jul 24, 2020 at 06:23 UTC |