Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main Page
Help
Browse
Cookbook
Wikijunior
Featured books
Recent changes
Random book
Using Wikibooks
Community
Reading room forum
Community portal
Bulletin Board
Help out!
Policies and guidelines
Contact us
Search
Search
Appearance
Donations
Create account
Log in
Personal tools
Donations
Create account
Log in
Pages for logged out editors
learn more
Contributions
Discussion for this IP address
Contents
move to sidebar
hide
Beginning
1
Beginning Perl; Table of Contents
Toggle the table of contents
Perl Programming/TOC
Add languages
Add links
Book
Discussion
English
Read
Edit
Edit source
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
Edit source
View history
General
What links here
Related changes
Upload file
Special pages
Page information
Get shortened URL
Download QR code
Sister projects
Wikipedia
Wikiversity
Wiktionary
Wikiquote
Wikisource
Wikinews
Wikivoyage
Commons
Wikidata
MediaWiki
Meta-Wiki
Print/export
Create a collection
Download as PDF
Printable version
In other projects
Appearance
move to sidebar
hide
From Wikibooks, open books for an open world
<
Perl Programming
This page may need to be
reviewed
for quality.
<
Perl Programming
Beginning Perl; Table of Contents
[
edit
|
edit source
]
Chapter 1: Getting Started
Getting Perl
Useful Skills
Layout of this Book
Definitions
Try-it Boxes
Notes
Writing Programs
A Sample Program
Integrated Development Environments (IDEs)
Running Programs
Windows
Unix-like Systems
Chapter 2: Your First Program
Chapter 3: Strings
Introduction to Strings
Comments
Double Quoted Strings
Single Quoted Strings
String Operators
The . Operator
The x Operator
Exercises
Chapter 4: Numbers
Floating Point Numbers
Integers
Non-decimal Numbers
Number Operators
The +, - , /, and * Operators
The ** Operator
Exercises
Chapter 5: Scalar Variables
Introduction to Scalar Variables
Assigning and Using Scalar Variables
Naming Conventions
Assinging a Scalar Variable
Scalar Variables
Scalar Variables and Strings
Comparison Operators
Numeric Comparison Operators
String Comparison Operators
Exercises
Category
:
Book:Perl Programming