On Sun, Jun 29, 2014 at 9:51 PM, Linda Walsh <perlbug-followup@perl.org> wrote: > > use constant { next=>1, continue=>2 }; > the usual practice I've seen is to avoid the collisions by using all-caps constants, or prefix my_ or something. &next and &continue like the warning suggests works too.Thread Previous | Thread Next