/[pgestraier]/trunk/data/convert.pl
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/data/convert.pl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 6 by dpavlin, Fri May 20 21:29:39 2005 UTC revision 7 by dpavlin, Fri May 20 22:01:19 2005 UTC
# Line 50  while(<$t>) { Line 50  while(<$t>) {
50                  print $t '@title='.$title."\n";                  print $t '@title='.$title."\n";
51                  print $t '@qv='.join(",", @qv),"\n\n" if (@qv);                  print $t '@qv='.join(",", @qv),"\n\n" if (@qv);
52                  print $t "$trivia\n";                  print $t "$trivia\n";
53                    print $t "\t$title\n\t", join("\n\t", @qv),"\n";
54                  close($t);                  close($t);
55                  $trivia = '';                  $trivia = '';
56                  @qv = ();                  @qv = ();

Legend:
Removed from v.6  
changed lines
  Added in v.7

  ViewVC Help
Powered by ViewVC 1.1.26