Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
szabgab committed Nov 6, 2024
1 parent 747ad36 commit 32d190e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 11 deletions.
6 changes: 3 additions & 3 deletions sites/he/pages/argv-in-perl.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
title: "מערך @ARGV בפרל"
timestamp: 2014-02-02T16:20:00
tags:
- @ARGV
- $ARGV[]
- $0
- "@ARGV"
- "$ARGV[]"
- "$0"
- shift
- argc
published: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ title: "מחרוזות בפרל: בגרשיים, באינטרפולציה, וע
timestamp: 2013-07-14T23:00:00
tags:
- strings
- '
- "
- \
- escape character
- interpolation
- quote
Expand Down
2 changes: 1 addition & 1 deletion sites/he/pages/perl-arrays.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "מערכים בפרל"
timestamp: 2013-10-15T20:45:02
tags:
- @
- "@"
- array
- arrays
- length
Expand Down
4 changes: 2 additions & 2 deletions sites/he/pages/scalar-variables.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
4 changes: 2 additions & 2 deletions sites/he/pages/subroutines-and-functions-in-perl.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ tags:
- return
- subroutine
- function
- @_
- $_[0]
- "@_"
- "$_[0]"
published: true
original: subroutines-and-functions-in-perl
books:
Expand Down

0 comments on commit 32d190e

Please sign in to comment.