# File lib/kwartz/binding/perl.rb, line 219 def translate(stmt_list) stmt_list2 = optimize_print_stmts(stmt_list) return super(stmt_list2) end