Perl Scripting
These pages provide Perl examples for basic function. The examples
are self executing Perl scripts, thus allowing you to view the code,
and its exact output.
1. Basics: variables, flow control, conditionals
2. Strings: concat, sub-divide, search, replace
3. Mathmatics:: simple amth, integer, random
4. Arrays: initializing, sorting, manipulating
5. Files: reading, writing, directories
Coming Soon
Coming Soon
1. Basics: variables, flow control, conditionals
2. Strings: concat, sub-divide, search, replace
3. Mathmatics:: simple amth, integer, random
4. Arrays: initializing, sorting, manipulating
5. Files: reading, writing, directories
Perl Subroutines
Useful Perl subroutines that can be integrated into larger programs.
This code is considerable more complex than the examples above, and
may require modification to be used.Coming Soon
Perl Programs
Complete Perl programs offered under GPL. Unsupported... Enjoy.Coming Soon