view 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
line wrap: on
line source

while(<>) {
    if (/REPLACED-BY-FILE/) { 
	open(I,"<ui.uu") ;
	@line = <I>;
	print @line[1 .. $#line-2];
    } else { print;}
}