Skip to content

Commit

Permalink
Update concepts/basics/introduction.md
Browse files Browse the repository at this point in the history
Co-authored-by: Victor Goff <[email protected]>
  • Loading branch information
m-dango and kotp authored Jun 17, 2024
1 parent 96614d9 commit 51c9916
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion concepts/basics/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ To keep things simple, only scalar variables will be used here.
A scalar value can be the following: a string, a number, a boolean, or a [reference][perlreftut] to something.
The absence of a value is `undef`.

```perl

The keywords `my` and `our` will declare a variable in the lexical scope e.g. `my $foo;`.
With `our`, the variable will also be aliased to a package variable of the same name.
Expand Down

0 comments on commit 51c9916

Please sign in to comment.