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