Group
Extension

Matches 1

Mhouse-Reports ( L/LU/LUBELL/Mhouse-Reports-0.05.tar.gz, LUBELL, 2025; MetaCPAN )
Mhouse-Reports/lib/Mhouse/Reports.pm ( view source; MetaCPAN )
(energy_sector automation e_data programming)];
        Mhouse_Reports::output_llm_scored_mhouse_json_annotated(\@sorted_arr, "./displayed_list_8.html", $annotation_hashref, $displayed_field_arrref);
, ":utf8");
use File::Path qw(make_path);
use File::Find;
use Cwd 'cwd';
use File::Spec;
use JSON;
use DateTime;
use strict;

our $VERSION = '0.05';

sub get_timestamp{
    my $local_time_
icated_json_file{
    my $input_data_fn = shift;
    open(my $input_data_fh, '<', $input_data_fn) or die $!;
    my $document = do { local $/ = undef; <$input_data_fh> };
    my $parsed_json = dec

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.