Help for this page

Select Code to Download


  1. or download this
    BEGIN {
        # at compile time
    ...
    $n_glob->{SCALAR}=123;       
    delete $stash{n};
    print $n_glob->{SCALAR};       # > 123
    
  2. or download this
      DB<104> $n=123
     => 123
    
      DB<105> *n{SCALAR}
     => \123