packetstormer has asked for the wisdom of the Perl Monks concerning the following question:
So when I print second element of the dl_nzb list I get a numeric value instead of the value.foreach $y(@shows_to_find) {$show_nzb_d = $nzb_url.$y.$amp.$cat_id.$amp.$api_username_url +.$api_username.$amp.$api_key_url.$api_key; @dl_nzb = push(@dl_nzb,$show_nzb_d); #Remove next 2 lines - just for testing print $dl_nzb[1]; print "$show_nzb_d"."<br />"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Scalar result from array
by choroba (Cardinal) on Dec 03, 2010 at 16:01 UTC | |
by packetstormer (Monk) on Dec 03, 2010 at 16:12 UTC | |
|
Re: Scalar result from array
by Generoso (Prior) on Dec 03, 2010 at 16:33 UTC |