Skip to content

Commit

Permalink
add cookbook chapter nos and sockets reference
Browse files Browse the repository at this point in the history
  • Loading branch information
stmuk committed Apr 19, 2015
1 parent caf2efe commit 7c69243
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions htmlify.pl
Expand Up @@ -41,15 +41,16 @@
my $all-categories = Categories.new(categories-table => %base-categories-table);

my %cookbook-categories-table =
"01strings" => "Strings",
"02numbers" => "Numbers",
"03dates-and-times" => "Dates and Times",
"04arrays" => "Arrays",
"05hashes" => "Hashes",
"07file-access" => "File access",
"09directories" => "Directories",
"10subroutines" => "Subroutines",
"13classes-objects-and-ties" => "Classes, Objects and Ties",
"01strings" => "1. Strings",
"02numbers" => "2. Numbers",
"03dates-and-times" => "3. Dates and Times",
"04arrays" => "4. Arrays",
"05hashes" => "5. Hashes",
"07file-access" => "7. File access",
"09directories" => "9. Directories",
"10subroutines" => "10. Subroutines",
"13classes-objects-and-ties" => "13. Classes, Objects and Ties",
"17sockets" => "17. Sockets",
;

my $cookbook-categories = Categories.new(categories-table => %cookbook-categories-table);
Expand Down

0 comments on commit 7c69243

Please sign in to comment.