Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    
    say $ret;
    
  2. or download this
    my $unsafe = qq|
         require feature;
    ...
    # explicit load of feature, but doesn't work (unexpected result)
     
    $ret = $cft->reval( $unsafe, undef );