Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
szabgab committed Nov 6, 2024
1 parent 32d190e commit 2f5e90b
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 14 deletions.
10 changes: 5 additions & 5 deletions sites/it/pages/comparing-scalars-in-perl.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ tags:
- le
- ge
- ==
- !=
- <
- >
- <=
- >=
- "!="
- "<"
- ">"
- "<="
- ">="
published: true
original: comparing-scalars-in-perl
books:
Expand Down
4 changes: 2 additions & 2 deletions sites/it/pages/how-to-exit-from-perl-script.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: "Come uscire da uno script Perl"
timestamp: 2013-10-30T15:00:00
tags:
- exit
- $?
- >>
- "$?"
- ">>"
published: true
original: how-to-exit-from-perl-script
books:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: ""my" variable masks earlier declaration in same scope"
title: "'my' variable masks earlier declaration in same scope"
timestamp: 2013-06-23T18:00:01
tags:
- my
Expand Down
2 changes: 1 addition & 1 deletion sites/it/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: 2013-06-02T12:00:00
tags:
- warning
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ title: "Stringhe in Perl: quotate, interpolate e con escape"
timestamp: 2013-07-26T20:00:00
tags:
- stringhe
- '
- "
- \
- carattere di escape
- interpolazione
- quotatura
Expand Down
4 changes: 2 additions & 2 deletions sites/it/pages/scalar-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ tags:
- .
- sigilli
- $
- @
- %
- "@"
- "%"
- warning FATAL
published: true
original: scalar-variables
Expand Down

0 comments on commit 2f5e90b

Please sign in to comment.