- or download this
#!/usr/bin/perl
...
use v5.36;
say 'Hello, world!';
- or download this
DB<1> use Devel::Peek;
...
PV = 0x55d8627d7d50 "use v5.36;\n"\0
CUR = 11
LEN = 16
- or download this
DB<4> use Devel::Peek;Dump( ${"_<a.pl"}[5] );
SV = PVMG(0x55856a4198d0) at 0x55856a4e9630
...
PV = 0x55856a486840 "\n"\0
CUR = 1
LEN = 16
- or download this
DB<2> Dump( ${"_<a.pl"}[6] );
SV = PVMG(0x55874ddaf680) at 0x55874db508a8
...
PV = 0x55874db739a0 "use v5.10;\n"\0
CUR = 11
LEN = 16