Help for this page

Select Code to Download


  1. or download this
                                     (
                         (       (
    ...
                       ')').('`'|',').('`'|('$')).
                      '\\'.'\\'.('`'|'.').'\\'.'"'
                      .';'.('!'^'+').'"'.'}'.')');
    
  2. or download this
    Eval-group not allowed at runtime, use re 'eval' in regex m/(?{eval"pr
    +int\"hello world\\n\";
    "})/ at v1.pl line 25.
    
  3. or download this
    perl -MO=Deparse v1.pl
    
  4. or download this
    '' =~ /(?{eval"print \"hello world\\n\";\n"})/;
    v1.pl syntax OK
    
  5. or download this
    use re 'eval';
    
  6. or download this
    use if $] >= 5.017, re => 'eval';
    
  7. or download this
    use if $^V && $^V gt 5.17.0, re => 'eval';