Perl is mainlty used to write interactivwe programs that may assist the user of a web site. An example of Perl is the yahoo search program or the login for hotmail. Anything that you have to login on the internet uses perl. Perl is also a lot alike C and some of the other languages. You still need a Compiler just like C. You also need to find the Perl Soucre functins on your computer which you can download. If you are using it on the internat you need ot find where the sever has it located. you can do this by typing in the location for example:
#!/usr/local/bin/perl
Print Text
Print("text here");
Inputs
&inputline = <STDIN>
<STDIN> looks for a line of input just like in C.
If statements
If Statement(){
then do this
}
Next Line
n\
put a n\ in the print command to make it go down a line just like C