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 2f5e90b commit fb001d2
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion sites/id/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-11-22T05:15:00
tags:
- warnings
Expand Down
6 changes: 3 additions & 3 deletions sites/ko/pages/argv-in-perl.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
title: "Perl의 @ARGV"
timestamp: 2013-07-22T23:00:00
tags:
- @ARGV
- $ARGV[]
- $0
- "@ARGV"
- "$ARGV[]"
- "$0"
- shift
- argc
published: true
Expand Down
2 changes: 1 addition & 1 deletion sites/ko/pages/cant-locate-in-inc.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Can't locate ... in @INC"
timestamp: 2013-08-19T01:00:00
tags:
- warnings
- @INC
- "@INC"
published: true
original: cant-locate-in-inc
books:
Expand Down
6 changes: 3 additions & 3 deletions sites/ko/pages/how-to-capture-and-save-warnings-in-perl.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ tags:
- warnings
- state
- __WARN__
- %SIG
- $SIG{}
- local
- "%SIG"
- "$SIG{}"
- local
published: true
original: how-to-capture-and-save-warnings-in-perl
books:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "일반적이지 않은 위치에서 펄 모듈을 찾기 위해 어떻게 @INC를 수정 하는가"
timestamp: 2013-06-04T15:30:00
tags:
- @INC
- "@INC"
- use
- PERLLIB
- PERL5LIB
Expand Down
4 changes: 2 additions & 2 deletions sites/ko/pages/how-to-create-a-perl-module-for-code-reuse.md
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
4 changes: 2 additions & 2 deletions sites/ko/pages/matching-numbers-using-perl-regex.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ timestamp: 2014-05-20T14:00:00
tags:
- ^
- +
- []
- *
- "[]"
- "*"
published: true
original: matching-numbers-using-perl-regex
author: szabgab
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-20T05:00:00
tags:
- my
Expand Down
2 changes: 1 addition & 1 deletion sites/ko/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-05-27T19:00:00
tags:
- warnings
Expand Down
2 changes: 1 addition & 1 deletion sites/ko/pages/variable-number-of-parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Perl 서브루틴의 가변 길이 파라메터"
timestamp: 2013-07-04T01:00:00
tags:
- sub
- @_
- "@_"
published: true
original: variable-number-of-parameters
books:
Expand Down

0 comments on commit fb001d2

Please sign in to comment.