- or download this
@digits = (0..9);
- or download this
while ($data = &func) {
&munge ($data);
}
- or download this
if (&setup) {
while ($data = &advance) {
...
} else {
## life sucks
}
- or download this
while (&setup_and_teardown .. &advance) {
&munge (&get_data);
}
- or download this
#!/usr/bin/perl -w
...
}
print "======== end $i\n\n";
}