Help for this page

Select Code to Download


  1. or download this
    eval {
        # code here that might throw exceptions
        # this is the form that you described
    }
    
  2. or download this
    my $string = '4 + 5';
    my $answer = eval $string;