#!/usr/bin/earl #x=0; if{#x == 0} { if(#x==0) { #x = #x+1; print #x; } else { #x = #x+1; } } #!/end