- or download this
print 1<2 ? '1' : '2', $/;
- or download this
$ perl -Mstrict -Mwarnings -e '
for my $item_count (0..2) {
...
0 items.
1 item.
2 items.
- or download this
my $arrref = \( if(1<2){'1'}else{()} );
- or download this
$arrayref = \(...);
- or download this
$arrayref = [...];