Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
          my $x = 2;
          sub { eval '$x' }
       }->() // 'undef';
    
  2. or download this
    x=2
    Variable "$x" is not available at (eval 1) line 2.
    x=undef