Perl Scripting
Perl is a scripting language that takes features from C and UNIX. It is known for it's brevity- a few lines of Perl code is equivalent to hundreds of lines of C code! The syntax of Perl however, is notoriously well-known to be very crude and unreadable! What makes it even more difficult to debug Perl scripts is the fact that the Perl interpreter tries to make sense out of anything it sees, and gives up only rarely! This course teaches participants how to create magic with a few lines of code!