Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Hi
Can someone please tell me what this kind of data structure this is:
my $reqs = [ HTTP::Request->new('GET', $selected_domains[0]), HTTP::Request->new('GET', $selected_domains[1]), HTTP::Request->new('GET', $selected_domains[2]), HTTP::Request->new('GET', $selected_domains[3]), HTTP::Request->new('GET', $selected_domains[4]), ];
Many thanks,
Tom
Title edit by tye (no one-word titles, please)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Structure
by Tomte (Priest) on Mar 10, 2003 at 11:18 UTC | |
|
Re: Structure
by robartes (Priest) on Mar 10, 2003 at 11:19 UTC | |
by Anonymous Monk on Mar 10, 2003 at 11:30 UTC | |
by Hofmator (Curate) on Mar 10, 2003 at 11:44 UTC | |
by CodeJunkie (Monk) on Mar 10, 2003 at 12:11 UTC |