Help for this page

Select Code to Download


  1. or download this
    perl -MO=Deparse -e"$x='main::'; $y='x'; print *{${$x}{$y}}{SCALAR}"
    
  2. or download this
       $x = 'main::';
       $y = 'x';
       print *{${$x;}{$y};}{'SCALAR'};
       -e syntax OK