in reply to Introspecting type informations?

There's no difference if you omit the type:
diff <(perl -MO=Concise -e 'my DB $x; print $x') \ <(perl -MO=Concise -e 'my $x; print $x')
map{substr$_->[0],$_->[1]||0,1}[\*||{},3],[[]],[ref qr-1,-,-1],[{}],[sub{}^*ARGV,3]

Replies are listed 'Best First'.
Re^2: Introspecting type informations?
by Anonymous Monk on Aug 03, 2019 at 20:57 UTC
    Exactly, so where is the information?