Linux SoftwareProgrammingLibrariesArchive::Builder 1.06

Archive::Builder 1.06



Developer:   Adam Kennedy
      more software by author →
Price:  0.00
License:   Perl Artistic License
File size:   49K
Language:   
OS:   
Rating:   0 /5 (0 votes)
Your vote:  
enlarge screenshot


Archive::Builder is a file generation and archiving framework.

SYNOPSIS

# Make a builder with one section, and some files
my $Builder = Archive::Builder->new;
my $Section = $Builder->new_section( 'html' );
$Section->add_file( 'one.html', 'string', qq~
Hello World!
~ );
$Section->add_file( 'two.html', 'file', './source/file.html' );
$Section->add_file( 'three.html', 'Custom::function', @args );

# Generate and save to disk
$Builder->save( './somewhere' );

# Create an zip file from it and save it.
my $Archive = $Builder->archive( 'zip' ).
$Archive->save( 'foo.zip' );

# Create a tar.gz file of just one section
my $Tar = $Section->archive( 'tar.gz' );

Perl is often used for applications that generate large numbers of files, and Archive::Builder is designed to assist in these sorts of tasks.

It provides a framework for defining a set of files, and how they will be generated, and a series of methods for turning them into an Archive of varying types, or saving directly to disk.

Requirements:
  • Perl
    tags archive builder  section add  add file  and save  files and  html section  one section  builder archive  builder new  

    Download Archive::Builder 1.06


     http://mirrors.evolva.ro/CPAN/authors/id/A/AD/ADAMK/Archive-Builder-1.06.tar.gz


    Authors software

    Archive::Builder 1.06 (by Adam Kennedy)

    Params-Util 0.20 (by Adam Kennedy)
    Params-Util is a simple, compact and correct param-checking functions.

    SYNOPSIS

    # Import some functions
    use Params

    Class::Adapter::Builder 1.02 (by Adam Kennedy)

    CPAN::Cache 0.02 (by Adam Kennedy)

    Module::Install::Deprecated 0.64 (by Adam Kennedy)


    Similar software

    Archive::Builder 1.06 (by Adam Kennedy)

    Archive::Any::Create 0.02 (by Tatsuhiko Miyagawa)

    Bundle::CGI::Builder::Complete 1.36 (by Domizio Demichelis)
    Bundle::CGI::Builder::Complete is a bundle to install the complete CGI::Builder framework.

    SYNOPSIS

    perl -MCPAN -e 'install

    Perl::Dist::Builder 0.0.5 (by David A. Golden)
    Perl::Dist::Builder is a Perl module to create win32 Perl installers.

    SYNOPSIS

    use Perl::Dist::Builder;
    my $pdb = Perl::Dist

    OPEN BEXI HTML Builder 1.4.2 (by Jean-Christophe Arcaz)
    OPEN BEXI HTML Builder is a WYSIWYG HTML editor which allows you to create Web pages and generate HTML code from your browser without

    Class::Adapter::Builder 1.02 (by Adam Kennedy)

    XML::XPath::Builder 1.13 (by Ken MacLeod)
    XML::XPath::Builder is a SAX handler for building an XPath tree.

    SYNOPSIS

    use AnySAXParser;
    use XML::XPath::Builder;

    $bu

    Asymptopia Crossword Builder 2.5 (by Charles B. Cosse)
    Asymptopia Crossword Builder project is a math and text crossword builder for education.

    Asymptopia Crossword Builder is a JavaScr

    PSA::Test::Builder 0.49_01 (by chromatic and Michael G Schwern)
    PSA::Test::Builder is a backend for building test libraries.

    SYNOPSIS

    package My::Test::Module;
    use PSA::Test::Builder;

    Archive::Tyd 0.02 (by C. J. Kirsle)
    Archive::Tyd is a Perl extension for simple file archiving.

    SYNOPSIS

    use Archive::Tyd;

    my $tyd = new Archive::Tyd (passw


    Other software in this category

    zlib 1.2.3 (by Jean-loup Gailly)
    zlib is designed to be a free, general-purpose, legally unencumbered, lossless data-compression library for use on virtually any comp

    libjpeg v6b (by Independent JPEG Group)
    libjpeg is a library for handling the JPEG (JFIF) image format

    OpenSSL 0.9.7c (by The OpenSSL Project Team)
    The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implement

    libxml2 2.6.27 (by DV)
    Libxml2 is the XML C parser and toolkit developed for the Gnome project (but usable outside of the Gnome platform), libxml2 library i

    GNU C library 2.4 (by Andreas Jaeger)
    GNU C library (glibc) is one of the most important components of GNU Hurd and most modern Linux distributions.

    GNU C library is us

  •     search


    Featured Software

    jEdit 4.3 pre8
    jEdit is an Open Source text editor written in Java

    Opera 9.02
    Surf the Internet in a safer, faster, and easier way with Opera browser

    GNU Aspell 0.60.4
    GNU Aspell is a Free and Open Source spell checker designed to eventually replace Ispell


    Subscribe in Rojo
    Google Reader
    Add to My Yahoo!

    Add to My AOL
    Subscribe with Bloglines
    Subscribe in NewsGator Online
    Add 'nixbit linux software' to Newsburst from CNET News.com
    del.icio.us nixbit linux software


    Top tags