Index of /~jamie/CS4173/Materials/examples/perl/basics
Name Last modified Size Description
Parent Directory -
croak.pl 2005-01-05 17:56 416
croak.pl.source 2005-01-05 17:56 416
die.pl 2005-01-05 17:56 315
die.pl.source 2005-01-05 17:56 315
my-and-local.pl 2005-01-05 17:56 377
my-and-local.pl.source 2005-01-05 17:56 377
warn.pl 2005-01-05 17:56 321
warn.pl.source 2005-01-05 17:56 321
Perl Basics Examples for Dal CS 4173 : Web-centric Computing
CS4173 > Mats > examples/ > perl/ > basics/
J. Blustein
perl/basics directory
Directories
- perl/ parent directory
- this directory
Related Directories
- ../funcs/ subdirectory
- about built-in perl functions
- ../subs/ subdirectory
- about perl subroutines
Files
- README.shtml
- (this file)
- warn.pl
- demonstration of
warn
error function
- die.pl
- demonstration of
die
fatal error function
- croak.pl
- demonstration of
croak
fatal error function
- my-and-local.pl
- demonstration of difference between
my
and
local
for variable scoping
http://web.cs.dal.ca/~jamie/CS4173/Materials/examples/perl/basics/README.shtml
- Version:
- Monday, 20-Jun-2005 18:27:52 ADT
- CS 4173 Prof:
- J. Blustein <jamie@cs.dal.ca>