Takes a random quote from a file and prints it.
The fortunes should be separeted by the line: !!\n
(well. this is probably the millionth time this script is made, speak of reinventing the wheel:)
Have fun (o:
Umm, I don't believe you want the "-n" in there, as
that inserts a loop around your entire script body that
makes your particular script not work. See perlrun. Without it
the script seems to work just fine.