changeset 7:b545249e9b62

fix
author Takahiro SHIMIZU <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Fri, 05 Oct 2018 20:49:46 +0900
parents 065d32ea977f
children 41b6e5ac652f
files cbctools/change_OP_to_cbc.pl
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/cbctools/change_OP_to_cbc.pl	Fri Oct 05 20:48:17 2018 +0900
+++ b/cbctools/change_OP_to_cbc.pl	Fri Oct 05 20:49:46 2018 +0900
@@ -53,9 +53,8 @@
     }
 }
 
-for (@rewritec){
-    #print "$_";
-}
+map { print; } @rewritec;
+
 
 sub change_i {
     my $str = shift;