Skip to content

Commit

Permalink
Perl Tutorial Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
dhimavanth committed Jun 27, 2020
1 parent c7296ce commit 3b5a1ca
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 31 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
44 changes: 13 additions & 31 deletions perl/index.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,23 @@
[
{
"title" : "Introduction to Perl",
"path" : "introduction",
"title" : "Basics",
"path" : "basics",
"links" : [
{
"title" : "Introduction",
"title" : "Introduction to Perl",
"path" : "introduction"
}
]
},
{
"title" : "Data Types",
"path" : "data-types",
"links" : [
},
{
"title" : "Data Types",
"path" : "data-types"
}
]
},
{
"title" : "Variables",
"path" : "variables",
"links" : [
},
{
"title" : "Variables",
"path" : "variables"
},
{
"title" : "Operators",
"path" : "operators"
}
]
},
Expand All @@ -40,12 +32,12 @@
]
},
{
"title" : "Operators",
"path" : "operators",
"title" : "Arrays",
"path" : "arrays",
"links" : [
{
"title" : "Operators",
"path" : "operators"
"title" : "Arrays",
"path" : "arrays"
}
]
},
Expand All @@ -59,16 +51,6 @@
}
]
},
{
"title" : "Arrays",
"path" : "arrays",
"links" : [
{
"title" : "Arrays",
"path" : "arrays"
}
]
},
{
"title" : "Hashes",
"path" : "hashes",
Expand Down

0 comments on commit 3b5a1ca

Please sign in to comment.