Device-Kiln

 view release on metacpan or  search on metacpan

lib/Device/kilngraph.pl  view on Meta::CPAN

}	
		
sub main_rm  ($$) {
	
	my ($cgi,$meter) = @_;
	
	my $pjx = new CGI::Ajax( 'exported_func' => \&update );
	print $pjx->build_html( $cgi, \&Show_HTML);
}

sub update {
	
}

sub test ($$){
	
	my ($cgi,$meter) = @_;
	
	print $meter->{test} . "\n";
	
}



( run in 0.441 second using v1.01-cache-2.11-cpan-4d4bc49f3ae )