Skip to content

Commit

Permalink
fix parsing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
szabgab committed Nov 6, 2024
1 parent ed4a8e4 commit b2a4b1d
Show file tree
Hide file tree
Showing 14 changed files with 26 additions and 28 deletions.
2 changes: 1 addition & 1 deletion sites/br/pages/acrescentando-em-arquivos.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ tags:
- append
- acrescentar
- open
- >>
- ">>"
published: true
original: appending-to-files
books:
Expand Down
2 changes: 1 addition & 1 deletion sites/br/pages/arrays-em-perl.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Arrays em Perl"
timestamp: 2013-05-14T06:08:12
tags:
- @
- "@"
- array
- arrays
- length
Expand Down
4 changes: 1 addition & 3 deletions sites/br/pages/aspas-interpolacao-e-strings-escapadas.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ title: "Strings em Perl: entre aspas, interpoladas e escapadas"
timestamp: 2013-05-31T17:15:03
tags:
- strings
- '
- "
- \
- "'"
- escape character
- interpolation
- quote
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Como alterar a @INC para encontrar módulos Perl em locais não padrão?"
timestamp: 2013-05-30T19:10:00
tags:
- @INC
- "@INC"
- use
- PERLLIB
- PERL5LIB
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ tags:
- use
- Exporter
- import
- @INC
- @EXPORT_OK
- "@INC"
- "@EXPORT_OK"
- $0
- dirname
- abs_path
Expand Down
12 changes: 6 additions & 6 deletions sites/br/pages/comparando-escalares-em-perl.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ tags:
- gt
- le
- ge
- ==
- !=
- <
- >
- <=
- >=
- "=="
- "!="
- "<"
- ">"
- "<="
- ">="
published: true
original: comparing-scalars-in-perl
books:
Expand Down
2 changes: 1 addition & 1 deletion sites/br/pages/escrevendo-em-arquivos-com-perl.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tags:
- write
- die
- open or die
- >
- ">"
- encoding
- UTF-8
published: true
Expand Down
2 changes: 1 addition & 1 deletion sites/br/pages/instalando-o-perl.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Instalando o Perl, imprimindo Olá Mundo", Segurança (use strict, use warnings)"
title: "Instalando o Perl, imprimindo 'Olá Mundo', Segurança (use strict, use warnings)"
timestamp: 2013-03-12T18:45:56
tags:
- strict
Expand Down
2 changes: 1 addition & 1 deletion sites/br/pages/name-used-only-once-possible-typo.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Name "main::x" used only once: possible typo at ..."
title: "Name 'main::x' used only once: possible typo at ..."
timestamp: 2014-09-15T18:27:00
tags:
- warnings
Expand Down
2 changes: 1 addition & 1 deletion sites/br/pages/nome-usado-apenas-uma-vez.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Nome "main::x" usado apenas uma vez: possível erro em ..."
title: "Nome 'main::x' usado apenas uma vez: possível erro em ..."
timestamp: 2014-02-21T00:50:10
tags:
- warnings
Expand Down
12 changes: 6 additions & 6 deletions sites/br/pages/operadores-numericos.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ title: "Operadores Numéricos"
timestamp: 2014-10-29T09:28:00
tags:
- +
- -
- *
- "-"
- "*"
- /
- %
- "%"
- ++
- --
- +=
- *=
- -=
- "*="
- "-="
- /=
- %=
- "%="
published: true
original: numerical-operators
books:
Expand Down
2 changes: 1 addition & 1 deletion sites/br/pages/perl-hashes.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ tags:
- keys
- value
- associative
- %
- "%"
- =>
- fat arrow
- fat comma
Expand Down
4 changes: 2 additions & 2 deletions sites/br/pages/variaveis-escalares.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ tags:
- .
- sigil
- $
- @
- %
- "@"
- "%"
- FATAL warnings
published: true
original: scalar-variables
Expand Down
2 changes: 1 addition & 1 deletion sites/br/pages/variavel-my-mascara-declaracao-anterior.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Variável "my" mascara declaração anterior no mesmo escopo"
title: "Variável 'my' mascara declaração anterior no mesmo escopo"
timestamp: 2014-11-12T22:01:56
tags:
- my
Expand Down

0 comments on commit b2a4b1d

Please sign in to comment.