my $gd = graph->plot(...); my $format = $my_graph->export_format; print header("image/$format"); binmode STDOUT; print $gd->gif;