Help for this page

Select Code to Download


  1. or download this
    my $ref;
    {
    ...
    }
    print "foo=$foo\n";
    print "ref=$ref ($$ref)\n";
    
  2. or download this
    foo=10
    ref=SCALAR(0x80f14ec) (10)
    foo=
    ref=SCALAR(0x80f14ec) (10)