> "Jay> while (<>) { > "Jay> next if 1..9; > "Jay> # the rest of the code > "Jay> }
Huh? I think I missed something here... Does the "next if 1..9" do something interesting? To me it seems like it'd evaluate "1..9" as "true" and do a next every time... - B -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>