Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • BackTrack 5 R2
  • Wine 1.4 / 1.5.5
  • Mozilla Firefox 12...
  • Ubuntu 11.04
  • Angry Birds 1.1.2.1
  • Ubuntu 10.04.4 LTS
  • Linux Kernel 3.4
  • Ubuntu Manual 10.10
  • Adobe Flash Player...
  • Pidgin 2.10.4
  • Home > Linux > Programming > Perl Modules

    Stack::Persistent 0.04

    Download button

    No screenshots available
    Downloads: 203  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Kevin L. Esteb | More programs
    Perl Artistic License / FREE
    January 31st, 2010, 08:54 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    Stack::Persistent description

    A persistent stack

    Stack::Persistent is a Perl module that implements a named, persistent stack for usage by programs that need to recover the items on a stack when something unexpected happens. The stack is LIFO based.

    This module can be used as follows:

     use Stack::Persistent;

     $stack = Stack::Persistent->new();

     $stack->push('default', 'some really cool stuff');
     printf("There are %s items on the stack\n", $stack->items('default'));
     printf("My data is: %s\n", $stack->pop('default'));


    The main purpose of this module was to have a persistent stack that could survive the restart of a program. Multiple, named stacks can be maintained.


    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    persistent stack | Perl module | Perl | persistent | stack



    HTML code for linking to this page:


    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM