DEBSOURCES
Skip Quicknav
sources / bali-phy / 4.0~beta16%2Bdfsg-1 / scripts / stats-time.pl
1234567891011
#!/usr/bin/perl -w use strict; my $lines = shift; print "iter\n"; for(my $i=0;$i<$lines;$i++) { print "$i\n"; }