#!/usr/bin/perlfor($i=0;$i<10;$i++){ if($i==3||$i==4){ next;}elsif($i==7){last;}else{print "$i\n";}}
Standard input is empty
0 1 2 5 6
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!