- or download this
my $time_ = localtime;
my $date = ParseDate($time_);
...
$unix_date =~ s/ //g;
$ash_{date} = $unix_date;
$ash_{temp} = gct();
- or download this
my %cash = build_comp_hash();
push @aoh, { %cash };
graphable_arrays();
- or download this
@xdata = ();
@ydata = ();
...
}
else{}
}
- or download this
my @plot_title = ("CryoCooler Temperature Data", -5);
if(!defined $gwidth){$gwidth = '700';}
...
my $ds = DataSet->new(-yData=>\@ydata, -xData=>\@xdata, -name=>"Cryoco
+oler");
$pw_plot->plot(-dataSet=>$ds);
MainLoop;