Troy Denkinger <[EMAIL PROTECTED]> wrote:
>which indicates that the first array is empty. The problem is the undef of
>@temp. What you've put into @array is a reference to @temp. When you undef
>it, you're undefing the array that the reference in array points to.
>
>In any event, I can't figure out why you'd want to do what I think it is
>you're trying to do. There certainly may be a vaild reason for it, but there
>may be a better solution.
>
>Can you say what it is you're trying to accomplish?
I'm working with Gd::graph::bars module and want to hide all values on X
axis. Since I didn't find appropriate attribute for such thing, thought that
array of empty strings is good idea.
--
Matija
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]