- or download this
foreach (@fits) { suck_this($_) ; } ;
- or download this
show_fits() ;
...
my $_;
foreach (@fits) { suck_this($_) ; } ;
}
- or download this
C:\temp>perl osha.pl
Fits: 5, 6, 7
...
Read: 'Fit II'
Read: 'Fit III'
Fits: 5, 6, 7
- or download this
while (my $_ = <$fh>) { ... }