Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        eval $command;
        return $value;
    }
    
  2. or download this
    1..2
    # $value =~ s/\Aabc\//123\//i
    ok 1 - use eval directly
    # $value =~ s/\Aabc\//123\//i
    ok 2 - use eval in class