Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 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 > Perl Modules

    Data::AsObject 0.07

    Download button

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

    License / Price:

    Last Updated:

    Category:
    Petar Shangov | More programs
    Perl Artistic License / FREE
    November 10th, 2011, 04:39 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    Data::AsObject description

    Easy OO access to complex Perl data structures

    Data::AsObject is a Perl module that provides easy object-oriented access to complex and arbitrarily nested perl data structures. It is particulary suitable for working with hash-based representation of XML data, as generated by modules like XML::Complie or XML::TreePP.

    SYNOPSIS

     use Data::AsObject qw(dao);
     
     my $book = dao {
     name => "Programming Perl",
     authors => ["Larry Wall", "Tom Christiansen", "Jon Orwant"],
     
     };
     
     print $book->name # prints "Programming Perl"
     print $book->authors(0) # prints "Larry Wall"
     my $array_ref = $book->authors # $array_ref is ["Larry Wall", "Tom Christiansen", "Jon Orwant"]
     my @array = $book->authors # @array is ("Larry Wall", "Tom Christiansen", "Jon Orwant")
     $book->{publisher} = "O'Reilly";
     print $book->publisher # prints "O'Reilly"



    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    data structures | Perl module | Perl | data | structures

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

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