Help!!!! Three days of head-banging.... 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. Can anyone out there in PERL land help out? I have tried $_[0]....., but it only returns the first element and so on of the array in the first parameter passed @Yvalues. Thanks, C Carson -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/