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

#!/usr/bin/perl
# This is a basic test of an image gallery function I'm working on.
use warnings;
use strict;
use lib 'lib';
use Display::Image;
print Display::Image::gallery(
"/home/bbearnes/p1k3.com/archives/winfield",
"http://p1k3.com/winfield"
);