使用Perl繪製統計圖

Bar #!/use/bin/perl use SVG::TT::Graph::Bar; my @fields        = qw(Jan Feb Mar); my @data_sales_02 = qw(12 45 21); my $graph = SVG::TT::Graph::Bar->new(   {       'height' => '500',       'width'  =>
相關文章
相關標籤/搜索