|
From: Jingzhao Ou <ja...@ya...> - 2005-02-23 04:47:36
|
Dear Ethan, Thanks a lot for your useful information. I figured out the reason from your second email. I forgot to use the full path name for gnuplot. Sorry for my silly mistake. Now, every thing becomes perfect again!!! :-) Best regards, Jingzhao --- Ethan Merritt <merritt@u.washington.edu> wrote: > 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 |