- or download this
use strict;
use warnings;
...
say $var; # 40000
- or download this
use strict;
use warnings;
...
say $var->get; # 40000
- or download this
use strict;
use warnings;
...
say $var->get; # 40000
- or download this
use strict;
use warnings;
...
say $var->get; # 42