Almost-minimal filesystem based blog.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
259 B

16 years ago
  1. #!/usr/bin/perl
  2. # This is a basic test of an image gallery function I'm working on.
  3. use warnings;
  4. use strict;
  5. use lib 'lib';
  6. use Display::Image;
  7. print Display::Image::gallery(
  8. "/home/bbearnes/p1k3.com/archives/winfield",
  9. "http://p1k3.com/winfield"
  10. );