comparison f.pl @ 0:b0c6281822f5

o2s5 with theme and slidy
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Fri, 23 Sep 2011 15:15:18 +0900
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:b0c6281822f5
1 while(<>) {
2 if (/REPLACED-BY-FILE/) {
3 open(I,"<ui.uu") ;
4 @line = <I>;
5 print @line[1 .. $#line-2];
6 } else { print;}
7 }