libtie-simple-perl

Simple way to tie perl variables
  https://metacpan.org/release/Tie-Simple
  0
  no reviews



This package provides the perl module tie::simple. this module adds to tie function the ability to quickly create new types of tie objects without creating a complete tie::something class. the idea is to make the programmers life easier when it comes to single-use ties which are sometime useful.

tie::simple class is actually a front-end to other classes which really do all the work once tied, but this package does the dwimming to automatically figure out what you're trying to do.