Hi,
I've got a bit of a problem :/
Basically, I'm looping a hashref with;
...
} keys %$var;
However, if you do;
.. do something
if (something) {
next;
}
} keys %$var;
..it gives an error about the "next" not being valid outside a foreach().
Basically, I just need to know what the map{} equivilant of "next" is?
TIA
Andy
Andy (mod)
andy@ultranerds.co.uk
IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates
I've got a bit of a problem :/
Basically, I'm looping a hashref with;
Code:
map { ...
} keys %$var;
However, if you do;
Code:
map { .. do something
if (something) {
next;
}
} keys %$var;
..it gives an error about the "next" not being valid outside a foreach().
Basically, I just need to know what the map{} equivilant of "next" is?
TIA
Andy
Andy (mod)
andy@ultranerds.co.uk
IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates

