Help for this page

Select Code to Download


  1. or download this
    >perl -e "use Devel::Peek; $x="-bareword"; Dump($x); $x=-bareword; Dum
    +p($x)"
    SV = PV(0x226150) at 0x226000
    ...
      PV = 0x1835404 "-bareword"\0
      CUR = 9
      LEN = 12
    
  2. or download this
    >perl -e "use Devel::Peek; $x="-Infinity"; Dump($x); $x=-Infinity; Dum
    +p($x)"
    SV = PV(0x226150) at 0x226000
    ...
      PV = 0x1835404 "-Infinity"\0
      CUR = 9
      LEN = 12
    
  3. or download this
    >perl -e"@a = (5 .. 10); print qq{$a['Infinity']\n$a[-Infinity]\n};"
    5
    5