Charles wrote:
Three days of head-banging....
Unnecessary, since this is a FAQ.
the Boss has my walking papers if I don't "get'er done"!
I have module from CPAN named Graph. I have created a subroutine for
this to pass in two arrays; x-axis and y-axis into my Graph subroutine
i.e. ; &graph( @Xvalues, @Yvalues );
My confusions is: in my subroutine, I cannot treat the two parameters
(arrays) as separate parameters. Therefore both arrays @Xvalues
@Yvalues are seen as one big string of numbers when I pass them.....
everything is one one axis, the x-axis.
perldoc -q pass.+array
--
Gunnar Hjalmarsson
Email: http://www.gunnar.cc/cgi-bin/contact.pl
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/