mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-11-24 18:48:09 +08:00
$options{y2} and $options{extracmds} now default to [], so I never need to check
for defined $options{y2}.
This patch also changes some
foreach()
{
dosomething();
}
blocks into
dosomething() foreach();