mirror of
https://github.com/benjaminion/upgrading-ethereum-book.git
synced 2026-01-09 14:38:08 -05:00
Implement search
This commit is contained in:
@@ -24,7 +24,7 @@ $, = "\n"; # set output field separator
|
||||
$\ = "\n"; # set output record separator
|
||||
|
||||
my $outFilePrefix = 'md/pages';
|
||||
my $sequence = 0;
|
||||
my $sequence = 0; # Search is -2, Contents is -1
|
||||
my $thisPart = '';
|
||||
my $thisChapter = '';
|
||||
my $thisSection = '';
|
||||
|
||||
Reference in New Issue
Block a user