Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: joakimk
  • Content: Threads
  • Order by date
  1. joakimk

    Execute perl code within function call

    I need to pass a list of arrays to an external (?) function called gnuplot(), like in the example at the bottom (from http://search.cpan.org/~caidaperl/Chart-Graph-3.2/Graph/Gnuplot.pm). What if I have this: @plots = ($data, $fnc1, $fnc2); Then I can't do gnuplot(\%options, @plots); which...

Part and Inventory Search

Back
Top