Help for this page

Select Code to Download


  1. or download this
    my($x,$y) = ('\x{263a}',undef);
    eval '$y = $x';
    
  2. or download this
    my($x,$y) = ('\x{263a}',undef);
    $y = eval($x);