Help for this page

Select Code to Download


  1. or download this
     
    { 
      push @stack,$scalar;
    ...
     
      $scalar=shift @stack;
    }
    
  2. or download this
    package NewStdScalar;
    require Tie::Scalar;
    ...
    }
       
    print $scalar;             # 1