- or download this
$ perl -l
use strict;
...
__END__
3
direct - missing at - line 9.
- or download this
$ perl -l
$j = $_ for (1 ..3);
($j) ? print $j : warn "no warnings - missing";
__END__
3
- or download this
This is perl, v5.8.5 built for i386-linux-thread-multi