Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.6 / 3....
  • Linux Kernel 3.0.82 LTS...
  • KDE Software Compilatio...
  • PulseAudio 4.0
  • Wireshark 1.10.0
  • NetworkManager 0.9.8.2
  • LibreOffice 3.6.6 / 4.0...
  • SystemRescueCd 3.7.0
  • Linux Kernel 3.10 RC6
  • Ubuntu Tweak 0.8.5
  • Home > Linux > Programming > Perl Modules

    HTML::PhotoAlbum 1.20

    Download button

    No screenshots available
    Downloads: 426  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    Good (3.0/5)
    2 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Nathan Wiger | More programs
    Perl Artistic License / FREE
    November 2nd, 2007, 02:05 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    HTML::PhotoAlbum description

    Create web photo albums and slideshows

    HTML::PhotoAlbum can create web photo albums and slideshows.

    SYNOPSIS

    use HTML::PhotoAlbum;

    # Create a new album object, specifying the albums we have

    my $album = HTML::PhotoAlbum->new(
    albums => {
    sf_trip => 'San Francisco Trip',
    sjc_vac => 'San Jose Vacation',
    puppy_1 => 'Puppy - First Week',
    puppy_2 => 'Puppy - Second Week'
    }
    );


    # By using the "selected" method, we can change what each one
    # looks like. However, note these if statements are optional!

    if ($album->selected eq 'sf_trip') {
    print $album->render(
    header => 1,
    eachrow => 3,
    eachpage => 12
    );
    } elsif ($album->selected eq 'sjc_vac') {
    print $album->render(
    header => 1,
    eachrow => 5,
    eachpage => 20,
    font_face => 'times'
    body_bgcolor => 'silver',
    );
    } else {
    # Standard album just uses the defaults
    # You can leave out the if's above and just use this
    print $album->render(header => 1);
    }


    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    photo albums | photo slideshows | Perl module | photo | album | slideshow

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

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