On Nov 8, 6:34 pm, [EMAIL PROTECTED] (David Moreno Garza) wrote: > On Thu, 2007-11-08 at 11:22 -0800, neil wrote: > > $q -> popup_menu(-name => 'study_select', -values => > > [EMAIL PROTECTED]), > > You should be passing: -values => [EMAIL PROTECTED]
Please don't reply when you don't know what you're talking about. [ @studies ] is a reference to an anonymous array that contains the values in @studies. [EMAIL PROTECTED] is a reference to @studies. In the usage that the OP gave, there is NO DIFFERENCE between the two. Paul Lalli -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/