in reply to presentation perl

You can start with
Why scripting languages
Advantage of Perl like
  • Easy to learn
  • CPAN.org (massive collection of Perl modules that can do almost anything)
  • Perl was not designed to only be a web development language, it can do much more, image creation, networking via telnet, ssh or ftp and others
  • Powerful regex engine.
  • Database connectivity
  • Online Help (thousands of script, websites)
  • Replies are listed 'Best First'.
    Re^2: presentation perl
    by almut (Canon) on Jan 19, 2009 at 11:50 UTC
      Online Help (thousands of script, websites)

      Don't forget to explicitly mention Perlmonks there... :)