Dave's Bus Conversion
Maintenance Log
<: open(LIST,"
) { chomp; s/^\s*#.*//; next unless /\S/; if (m|^\s*\d+/\d+(/[\d\?]+)?\s*$|) { print " \n" if $not_first; print "
\n" if $not_first++; print "
$_
\n"; print "
\n"; } else { print $_,"\n"; } } close LIST; :>
Generated by
ePerl
from
index.eperl
and
list
Back