Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
szabgab committed Aug 16, 2023
1 parent b37fdfc commit eb335cc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sites/en/pages/selectively-ignore-warnings.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ The following script generates a number of warnings.

<include file="examples/with_warnings.pl">

This is the output:

<code>
"my" variable $x masks earlier declaration in same scope at examples/with_warnings.pl line 24.
5
Expand All @@ -40,6 +42,8 @@ The next file is exactly the same as the above, but we turned off warnings insid

<include file="examples/with_no_warnings.pl">

This is the output:

<code>
"my" variable $x masks earlier declaration in same scope at examples/with_no_warnings.pl line 25.
5
Expand Down

0 comments on commit eb335cc

Please sign in to comment.