forked from HPR/hpr-tools
Correction to the component order of the generated file name
This commit is contained in:
@@ -19,9 +19,9 @@
|
||||
# BUGS: ---
|
||||
# NOTES: ---
|
||||
# AUTHOR: Dave Morriss (djm), Dave.Morriss@gmail.com
|
||||
# VERSION: 0.0.2
|
||||
# VERSION: 0.0.3
|
||||
# CREATED: 2024-12-25 10:53:15
|
||||
# REVISION: 2024-12-30 09:28:40
|
||||
# REVISION: 2024-12-30 11:52:59
|
||||
#
|
||||
#===============================================================================
|
||||
|
||||
@@ -48,7 +48,7 @@ use Data::Dumper;
|
||||
#
|
||||
# Version number (Incremented by Vim)
|
||||
#
|
||||
our $VERSION = '0.0.2';
|
||||
our $VERSION = '0.0.3';
|
||||
|
||||
#
|
||||
# Script and directory names
|
||||
@@ -242,8 +242,9 @@ foreach my $notesfile (@ARGV) {
|
||||
# the directory the HTML is in.
|
||||
#
|
||||
$fcount++;
|
||||
# ${fileprefix}_${prefix}_${increment}.${extension}
|
||||
$filename
|
||||
= "$dirname/${prefix}_${basename}_${fcount}${suffix}";
|
||||
= "$dirname/${basename}_${prefix}_${fcount}${suffix}";
|
||||
say "Writing to: $filename" unless $silent;
|
||||
|
||||
say '-' x 40 unless $silent;
|
||||
@@ -473,7 +474,7 @@ extract_images - extract embedded images from HTML and save as files
|
||||
|
||||
=head1 VERSION
|
||||
|
||||
This documentation refers to extract_images version 0.0.2
|
||||
This documentation refers to extract_images version 0.0.3
|
||||
|
||||
=head1 USAGE
|
||||
|
||||
|
Reference in New Issue
Block a user