in reply to Re: Re: loops + creating graphs
in thread loops + creating graphs
will get you *the name* for a create a temporary file with the prefix "math". you'll have to write the stuff in the loop to it yourself.use File::Temp; my $tfname = File::Temp::tempnam($tmpdir, "math.")
|
|---|