|
From: Ethan M. <merritt@u.washington.edu> - 2005-02-23 03:12:44
|
On Tuesday 22 February 2005 05:29 pm, Ethan Merritt wrote: > > Here is a fragment from a working perl-script in daily use on my web > site: for which I forgot the opening and final commands.... $gnuplot = '/usr/local/bin/gnuplot'; > open(GNUPLOT,">$tempfile.gnu"); ... > close(GNUPLOT); system "$gnuplot $tempfile.gnu" ; -- Ethan A Merritt Biomolecular Structure Center University of Washington 98195-7742 |