Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.2 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Libraries

    Data::Walker 1.05

    Download button

    No screenshots available
    Downloads: 484  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    John Nolan | More programs
    Perl Artistic License / FREE
    June 30th, 2007, 18:05 GMT
    ROOT / Programming / Libraries

     Read user reviews (0)  Refer to a friend  Subscribe

    Data::Walker description

    Data::Walker is a tool for navigating through Perl data structures.

    Data::Walker is a tool for navigating through Perl data structures.

    SYNOPSIS

    Without any explicit objects:

    use Data::Walker;
    Data::Walker->cli( $data_structure );

    Object-style invocation:

    use Data::Walker;
    my $w = new Data::Walker;
    $w->walk( $data_structure );
    $w->ls("-al");
    $w->pwd;
    $w->cli;

    Importing methods into the current package:

    use Data::Walker qw(:direct);
    walk $data_structure;
    ls "-al";
    pwd;
    cli;

    This module allows you to "walk" an arbitrary Perl data structure in the same way that you can walk a directory tree from a UNIX command line. It reuses familiar unix commands (such as "ls", "cd", "pwd") and applies these to data structures.

    It has a command-line interface which behaves like a UNIX shell. You can also use object-style sytax to invoke the CLI commands from outside the CLI. Data::Walker objects are encapsulated, so that you can hop into and out of a CLI without losing state, and you can have several Data::Walker objects pointing at different structures.

    The main functions can also be imported and used directly from within the Perl debugger's CLI.

    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    Perl navigation | data structures | Perl module | Data::Walker | Perl | data

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

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