Help for this page

Select Code to Download


  1. or download this
    use strict;
    use Test::More tests => 12;
    ...
    second_eval_unaffected 'my $var_with = "é_accent";';
    second_eval_unaffected 'my statement_with_error;';
    second_eval_unaffected 'my $var_with_é_accent";';
    
  2. or download this
    use strict;
    use Test::More tests => 10;
    ...
    
    gauntlet('my $var_with_é_accent;');
    gauntlet('my $var_without_accent;');