Help for this page

Select Code to Download


  1. or download this
    $ perl -e 'use Devel::Peek; my $x = $ENV{PATH}; Dump $x'
    SV = PVMG(0x8000c68f0) at 0x80008a8b8
    ...
      CUR = 10
      LEN = 12
      COW_REFCNT = 1
    
  2. or download this
    $ perl -Te 'use Devel::Peek; my $x = $ENV{PATH}; Dump $x'
    SV = PVMG(0x8000c8850) at 0x80008b7d8
    ...
      CUR = 10
      LEN = 12
      COW_REFCNT = 1