--- burst.pl 2001/05/05 19:43:52 1.8 +++ burst.pl 2001/05/05 19:48:33 1.9 @@ -1,6 +1,6 @@ #!/usr/bin/perl # -# SLies Copyright 2001 Dobrica Pavlinusic +# PLies Copyright 2001 Dobrica Pavlinusic # # this tool is based on SlideMaker and XLSies tool # split a all.htm into slide*.htm @@ -240,7 +240,7 @@ ## step 1: record anchors for($i=0; $i<$total; $i++) { - my $tmp = $table[($i*2)]; + my $tmp = $table[($i*2)].$table[($i*2)+1]; while ($tmp =~ s,,,i) { $anchor_on_slide{$1}=($i+1); print "\tslide ",($i+1)," anchor: $1\n" if ($debug);