CS3172 > 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/CS3172/Mats/examples/perl/basics/README.shtml
- Version:
- Sunday, 29-Nov-2009 14:29:55 AST
- CS 3172 Prof:
- J. Blustein <jamie@cs.dal.ca>