Skip to content

grdvsng/TinyTools

Repository files navigation

TinyTools version 0.01

Useful utilities for processing large requests, working with OOP, web requests.

  • Some universal examples

INSTALLATION

To install this module type the following:

perl Makefile.PL
make
./test
make install

Examples

  1. Remove duplicates from big hash
  2. Class Accessors
  3. Data processing from the database
  4. Avoid memory leaks in loops with cross-references
  5. Preventing memory leaks in loops with objects containing subroutines
  6. HTTP requests
    1. HTTP Sync request
    2. HTTP Async request
  7. How inheritance works in Perl with an example
  8. Efficient search in sorted arrays of infinite numbers

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages