Album
view release on metacpan or search on metacpan
helper/README view on Meta::CPAN
Makefile A generic Makefile to maintain albums.
mpegstill.c A fast tool to extract a still image from an MPEG movie.
Requires libmpeg2, http://libmpeg2.sourceforge.net
shellrun.exe MS Windows autostart helper program. Put this program,
autorun.inf and autorun.inf, both in the root of the CD-ROM.
Inserting the CD-ROM in a Windows system will then
automatically open index.html in a browser.
shellrun.c Source for shellrun.c. No secrets.
script/album view on Meta::CPAN
sub squote {
my ($t) = @_;
$t =~ s/([\\\"])/\\$1/g;
$t = '"'.$t.'"' if $t =~ /[^-\w.\/]/;
$t;
}
################ Button Images ################
sub add_button_images {
# Extract button images from DATA section.
my $out = do { local *OUT; *OUT };
my $name;
my $doing = 0;
my $did = 0;
while ( <DATA> ) {
if ( $doing ) { # uudecoding...
if ( /^Xend/ ) {
close($out);
( run in 1.752 second using v1.01-cache-2.11-cpan-39bf76dae61 )