Skip to content

Commit 833b8f2

Browse files
committed
Remove incorrect assertion
1 parent 61f1bbd commit 833b8f2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

doc/Language/variables.pod

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -577,9 +577,6 @@ produces:
577577
578578
=end code
579579
580-
There is no L<Positional> (C<@>) or L<Associative> (C<%>) equivalent, so a
581-
named state variable must be used for those cases.
582-
583580
Furthermore, state variables are not required to exist in subroutines. You
584581
could, for example, use C<$> in a one-liner to number the lines in a file:
585582

0 commit comments

Comments
 (0)