Wn changed, for the better?

Katsuhiro Kondou kondou at nec.co.jp
Wed Aug 23 23:05:33 UTC 2000


In article <200008232103.RAA17308 at gevjon.ttsg.com>,
	TTSG <ttsg at ttsg.com> wrote;

} 	Either :
} 
} 	a) How do I get my rec/games/corewar/23 format back
} 	b) How do I turn that into what the full (Or atleast from
} the "articles" directory) path is to the file?? 

'WR' is the last way to get, though you need to cook strings.

while(<>) {
  chop;
  ($file) = split;
  $file =~ s/[:.]/\//g;
}

-- 
Katsuhiro Kondou



More information about the inn-workers mailing list