Help for this page

Select Code to Download


  1. or download this
    $x = $hIn->{string};
    $x = $hIn->{number};
    ...
    $x = $hIn->{string};
    $x = "$hIn->{number}";
    Devel::Peek::Dump($x);
    
  2. or download this
    $x = $hIn->{string};
    $x = $hIn->{number};
    ...
    
    print "$x\n";
    Devel::Peek::Dump($x);
    
  3. or download this
    use strict;
    use warnings;
    ...
    $x = "$hIn->{number}";
    Devel::Peek::Dump($x);
    
  4. or download this
    #*** Setting...: $x=$hIn->{string}
    #*** $x = $hIn->{number};
    ...
      PV = 0x81902e8 "5"\0
      CUR = 1
      LEN = 4