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.67a
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Libraries

    Clone::More 0.90.2

    Download button

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

    License / Price:

    Last Updated:

    Category:
    Trevor Hall | More programs
    Perl Artistic License / FREE
    May 16th, 2007, 18:05 GMT
    ROOT / Programming / Libraries

     Read user reviews (0)  Refer to a friend  Subscribe

    Clone::More description

    Clone::More is a Perl module that can copy Perl data structures.

    Clone::More is a Perl module that can copy Perl data structures.

    SYNOPSIS

    use Clone::More qw( clone );

    my $structure = [
    { 'key' => 'value' }
    ];

    for my $set ( @$structure ) {
    my $clone = clone( $set );

    for ( keys %$clone ) {
    print "Everything matches" if ( exists( $set->{$_} ) && $set->{$_} eq $clone->{$_} );
    }
    }

    This is intended to act as a utility in order to natively clone data structures via a simple Perl interface. Will ensure that all references will be separated from the parent data strure, yet kept relative to the new structure (if need be).

    Please take a look at the WARNINGS, GOTCHAS and FUTURE DEVELOPMENT sections, as resources to see if this module is fully capable of doing everything that you want it to do (and it will do most everything).

    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    data structures | copy Perl structures | Python module | Clone::More | copy | Perl

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

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