Skip to content

Commit

Permalink
Merge branch 'master' of github.com:perl6/book
Browse files Browse the repository at this point in the history
  • Loading branch information
Util committed Jun 9, 2010
2 parents 2df1ea2 + 96911a0 commit fc9b935
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions README
Expand Up @@ -19,12 +19,15 @@ To build the book, you need to have the following software installed:
* inkscape (for svg -> pdf conversion)
* pdflatex
* the 'bera' font as a LaTeX package
In Ubuntu 10.04 this can be found in texlive-fonts-extra
* the 'fancyvrb' package for LaTex

In Ubuntu 10.04 the last three bullet items are available from
the texlive-latex-base, texlive-fonts-extra, and
texlive-latex-recommended packages.

Just type 'make' on your command line, and the book should be built in
build/book.pdf


All material in this repository is licensed under a CC-by-nc-sa license:
<http://creativecommons.org/licenses/by-nc-sa/2.5/> (attribution,
noncommercial, share-alike), unless explicitly stated otherwise.
Expand Down
4 changes: 2 additions & 2 deletions src/basics.pod
Expand Up @@ -109,8 +109,8 @@ X<scalar>
The C<$> sigil indicates a I<scalar> variable, which indicates
that the variable stores a single value N<However, this single value
can still be a compound object like an array or a hash. When you iterate over
a C<$>-sigiled variable, it is interpreted as a single value, even it does
store an array>.
a C<$>-sigiled variable, it is interpreted as a single value, even if it
stores an array>.

X<files; handle>
X<file handle>
Expand Down

0 comments on commit fc9b935

Please sign in to comment.