- or download this
$ perl -E '
use strict;
...
'
SCALAR
ARRAY
- or download this
$ perl -E '
use strict;
...
'
SCALAR
ARRAY
- or download this
$ perl -E '
use strict;
...
'
qwert
asdfg zxcvb
- or download this
use feature qw{refaliasing declared_refs};
no warnings qw{experimental::refaliasing experimental::declared_re
+fs};
- or download this
use experimental qw{refaliasing declared_refs};