# we have the artifact here, it's verified so we just need to parse it sub parse_artifact() { my ($format, $file) =@_; my $t_line; my @args = undef; print Log2t::Common::get_version(); my $description = Log2t::input::iehistory::get_description(); print "##this was the IE get_description() output: $description \n"; # load the log file (prepare, action provided here depends on the format in question) print "parse_artifact fired; format passed is: $format->{'name'}; file passed is $file\n";