# File lib/kwartz/binding/perl.rb, line 39 def parse_expr_str!(expr_str) begin return parse_expr_str(expr_str, -1) rescue return expr_str end end