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 > Perl Modules

    Data::Taxi 0.96

    Download button

    No screenshots available
    Downloads: 316  Tell us about an update
    User Rating:
    Rated by:
    Good (3.0/5)
    12 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Miko O'Sullivan | More programs
    Perl Artistic License / FREE
    February 5th, 2012, 03:15 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    Data::Taxi description

    Data::Taxi is a Taint-aware, XML-ish data serialization.

    Data::Taxi is a Taint-aware, XML-ish data serialization.

    SYNOPSIS

    use Data::Taxi ':all';
    my ($ob, $str);

    $ob = MyClass->new();
    $str = freeze($ob);
    $ob = thaw($str);

    INSTALLATION

    Data::Taxi can be installed with the usual routine:

    perl Makefile.PL
    make
    make test
    make install

    You can also just copy Taxi.pm into the Data/ directory of one of your library trees.

    Taxi (Taint-Aware XML-Ish) is a data serializer with several handy features:

    Taint aware

    Taxi does not force you to trust the data you are serializing. None of the input data is executed.

    Human readable

    Taxi produces a human-readable string that simplifies checking the output of your objects.

    XML-ish

    While I don't (currently) promise full XML compliance, Taxi produces a block of XML-ish data that could probably be read in by other XML parsers.

    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    Taint XML | data serialization | Perl module | Taint | XML | data

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

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