Skip to content

Commit

Permalink
Merge pull request #6 from b4shful/master
Browse files Browse the repository at this point in the history
Change "he's" to "they're" in lesson 6
  • Loading branch information
thibaultduponchelle authored Feb 17, 2024
2 parents b691ac5 + eeaa127 commit e88048a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lessons/lesson6.pm
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ __DATA__
<h2>Hello sigil</h2>
One thing that you have to know about Perl is that variables are prefixed by special a character.<br/>
You should see it as a good thing, because it allows variable interpolation into strings and helps programmer to know with what kind of data he's dealing with...<br/><br/>
One thing that you have to know about Perl is that variables are prefixed by a special character.<br/>
You should see it as a good thing, because it allows variable interpolation into strings and helps the programmer to know what kind of data they're dealing with...<br/><br/>
The most common/simple variable is the <strong>scalar</strong> value and it's prefixed by a <strong>stricken through S</strong>.<br/><br/>
Perl users call it <strong>sigil</strong> but normal people call it <strong>dollar</strong>.<br/>
Here is the famous symbol : <strong>$</strong><br/><br/>
As we don't even talked about what could contain a scalar variable, let's declare an undefined variable !<br/><br/>
As we haven't even talked about what could contain a scalar variable, let's declare an undefined variable !<br/><br/>
Declare your first variable like this : <code>$u = undef</code>

0 comments on commit e88048a

Please sign in to comment.