my (@network_data, @location_data) = get_data();after this assignment @location_data is empty. try references:
read perlref for details.my ($network_data, $location_data) = get_data(); # loop over @$network_data for example
In reply to Re: HTML::Template Error
by tinita
in thread HTML::Template Error
by ypcat
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |