null
Loading... Please wait...
FREE SHIPPING on All Unbranded Items LEARN MORE
Print This Page

Mastering Perl (Creating Professional Programs with Perl)

List Price: $44.99
SKU:
9781449393113
Quantity:
Minimum Purchase
25 unit(s)
  • Availability: Confirm prior to ordering
  • Branding: minimum 50 pieces (add’l costs below)
  • Check Freight Rates (branded products only)

Branding Options (v), Availability & Lead Times

  • 1-Color Imprint: $2.00 ea.
  • Promo-Page Insert: $2.50 ea. (full-color printed, single-sided page)
  • Belly-Band Wrap: $2.50 ea. (full-color printed)
  • Set-Up Charge: $45 per decoration
FULL DETAILS
  • Availability: Product availability changes daily, so please confirm your quantity is available prior to placing an order.
  • Branded Products: allow 10 business days from proof approval for production. Branding options may be limited or unavailable based on product design or cover artwork.
  • Unbranded Products: allow 3-5 business days for shipping. All Unbranded items receive FREE ground shipping in the US. Inquire for international shipping.
  • RETURNS/CANCELLATIONS: All orders, branded or unbranded, are NON-CANCELLABLE and NON-RETURNABLE once a purchase order has been received.
  • Product Details

    Author:
    brian d foy
    Format:
    Paperback
    Pages:
    400
    Publisher:
    O'Reilly Media (February 11, 2014)
    Language:
    English
    Audience:
    Professional and scholarly
    ISBN-13:
    9781449393113
    ISBN-10:
    144939311X
    Dimensions:
    7" x 9.19"
    File:
    IPS-Metadata_Only_Ingram_Publisher_Services_Metadata_20230113143845-20230113.xml
    Folder:
    IPS
    List Price:
    $44.99
    Case Pack:
    10
    As low as:
    $38.69
    Publisher Identifier:
    P-IPS
    Discount Code:
    C
  • Overview

    Take the next step toward Perl mastery with advanced concepts that make coding easier, maintenance simpler, and execution faster. Mastering Perl isn't a collection of clever tricks, but a way of thinking about Perl programming for solving debugging, configuration, and many other real-world problems you’ll encounter as a working programmer.

    The third in O’Reilly’s series of landmark Perl tutorials (after Learning Perl and Intermediate Perl), this fully upated edition pulls everything together and helps you bend Perl to your will.

    • Explore advanced regular expressions features
    • Avoid common problems when writing secure programs
    • Profile and benchmark Perl programs to see where they need work
    • Wrangle Perl code to make it more presentable and readable
    • Understand how Perl keeps track of package variables
    • Define subroutines on the fly
    • Jury-rig modules to fix code without editing the original source
    • Use bit operations and bit vectors to store large data efficiently
    • Learn how to detect errors that Perl doesn’t report
    • Dive into logging, data persistence, and the magic of tied variables