Welcome to PERL Class
Saturdays 10am - 12pm in the Training Room
<<
LESSON 2
>>
2009.05.09
GETTING STARTED
- SSH into your account (username@domain.com)
- type in perldoc
- choose one of the following and look around
perldoc -f PerlFunc
perldoc -q FAQKeywords
perldoc -A PerlVar
The -h option prints more help.
Also try "perldoc perldoc" to get acquainted with the system.
- create the directory Perlclass
- cd into it
- create the directory lesson2
- cd into it
- start creating this lessons scripts and saving them
=====================================
Lesson 2 Scripts
FIRST SCRIPT
HELLO WORLD SCRIPT
SCALAR SCRIPT
LEARNING BASIC MATHMATIC OPERATIONS
ORDER OF OPERATIONS SCRIPT
MATH OPERATIONS SHORTCUTS SCRIPT
==================================================
==================================================