Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^2: Bug : eval and accent

by Corion (Patriarch)
on Nov 16, 2007 at 10:29 UTC ( [id://651162]=note: print w/replies, xml ) Need Help??

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;');
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://651162]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (7)
As of 2024-04-19 11:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found