[ create a new paste ] login | about

Link: http://codepad.org/WOJxzRC6    [ raw code | output | fork ]

proch - Perl, pasted on May 6:
1
2
3
4
5
open MIOFILE, 'file_name';
while ($riga = <MIOFILE>) {
$numero_righe++;
}
print "$numero_righe\n";


Output:
1



Create a new paste based on this one


Comments: