Help for this page
my @e = 'a'..'z'; my @n = 1..10; ... if( $in < @n ) { goto INNER; } $ie = $ie + 1; if( $ie < @e ) { goto OUTER; }