From help-octave-request at bevo dot che dot wisc dot edu Sun May 12 16:26:37 2002 Subject: Re: Passing values From: Dirk Eddelbuettel To: Mike Miller Cc: Help-Octave List Date: Sun, 12 May 2002 16:26:27 -0500 On Sun, May 12, 2002 at 02:11:26PM -0500, Mike Miller wrote: > On Sun, 12 May 2002, sbt wrote: > > I want to pass variable values from a perl cgi script to an octave > > script in order to generate plots that my be dynamically created and You could use Andy Adler's mighty cool Inline::Octave package for Perl and do it all inside the cgi; the Inline::Octave module takes care of calling Octave for you. Two caveats: This might require Octave 2.1.*, and you better be careful about security implications of the cgi script. Dirk -- Good judgement comes from experience; experience comes from bad judgement. -- Fred Brooks ------------------------------------------------------------- Octave is freely available under the terms of the GNU GPL. Octave's home on the web: http://www.octave.org How to fund new projects: http://www.octave.org/funding.html Subscription information: http://www.octave.org/archive.html -------------------------------------------------------------