winterwind has asked for the wisdom of the Perl Monks concerning the following question:
Hi all, I'm a PERL newbie but not a programming newb. I've been tasked with converting some PERL to PHP. I have this, what seems to be hash array being initialized on this line.
$REFERRERS{$campaign_id}{$skin_id}{$refr_url}++;This $REFERRERS variable was not defined before this in the script. Can someone help me know whats happening here? Thank you so much.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Initializing Hash Arrays in Perl
by davido (Cardinal) on Feb 14, 2014 at 00:01 UTC | |
by winterwind (Initiate) on Feb 14, 2014 at 01:50 UTC | |
by Athanasius (Archbishop) on Feb 14, 2014 at 02:19 UTC | |
by davido (Cardinal) on Feb 14, 2014 at 04:35 UTC | |
Re: Initializing Hash Arrays in Perl
by Kenosis (Priest) on Feb 13, 2014 at 23:52 UTC | |
Re: Initializing Hash Arrays in Perl
by locked_user sundialsvc4 (Abbot) on Feb 14, 2014 at 02:06 UTC | |
by tobyink (Canon) on Feb 14, 2014 at 09:30 UTC | |
by AnomalousMonk (Archbishop) on Feb 14, 2014 at 14:56 UTC | |
by winterwind (Initiate) on Feb 14, 2014 at 19:01 UTC |