Skip to Content
Beginning Perl
book

Beginning Perl

by Curtis Ovid Poe
September 2012
Beginner
744 pages
15h 48m
English
Wrox
Content preview from Beginning Perl

Chapter 18

Common Tasks

WHAT YOU WILL LEARN IN THIS CHAPTER:

  • Working with CSV Data
  • Reading and writing XML
  • Parsing and manipulating dates
  • Using the built-in debugger
  • Profiling your program

WROX.COM CODE DOWNLOAD FOR THIS CHAPTER

The wrox.com code downloads for this chapter are found at http://www.wrox.com/remtitle.cgi?isbn=1118013847 on the Download Code tab. The code for this chapter is divided into the following major examples:

  • example_18_1_jobs.csv
  • example_18_2_parse_csv.pl
  • example_18_3_write_csv.pl
  • example_18_4_library.xml
  • example_18_5_xml_simple.pl
  • example_18_6_xml_twig.pl
  • example_18_7_xml_writer.pl
  • example_18_8_palindrome.pl
  • example_18_9_factorial.pl
  • listing_18_1_cal.pl

By now you have a good idea of what Perl programming is about, and you should have a solid grasp of the fundamentals. If you’ve followed along carefully and worked through the exercises, you could possibly even qualify for some entry-level developer positions. However, developers constantly get strange tasks thrown at them all the time and must handle them. These last two chapters cover some of those tasks. This chapter handles common tasks that you’ll likely need to perform and the next chapter touches on some advanced topics that mastering can take you to the next level of Perl.

By now, you should know that the CPAN is the first place you look to see if someone else has already handled your task, and you’ll explore a few of the popular CPAN modules to handle various tricky data tasks and also how to ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Mastering Perl

Mastering Perl

brian d foy
Learning Perl 6

Learning Perl 6

brian d foy
Perl & LWP

Perl & LWP

Sean M. Burke
Perl by Example

Perl by Example

Ellie Quigley

Publisher Resources

ISBN: 9781118235638Purchase book