Home : General : Perl Programming :

General: Perl Programming: Re: [Anton_P] Using a package: Edit Log

Here is the list of edits for this post
Re: [Anton_P] Using a package
Thats the weird thing, it seems the use of the $name is what is screwing it up.
Code:
@fields = @select::$name;

When I use
Code:
@fields = @select::Season;
it works just fine.

The resaon I need the variable $name is because the package select; has more than one array within it and the same routine builds different select fields based on what is passed in as $name.

I`m still scratching my head..Unsure

thanks for all your help so far.

chmod

Last edited by:

chmod: May 7, 2002, 3:03 AM

Edit Log: