Help for this page

Select Code to Download


  1. or download this
      
    DB<1> sub pr { print \$_[0] }
    DB<2> $a="x"
    ...
    SCALAR(0x852b11c)
    DB<4> pr $a
    SCALAR(0x852b11c)