- or download this
my $x = do{
print "here's an embedded statement\n";
42;
};
- or download this
$x = sin / 25 ; # /; die "Bang! I'm dead!";
$y = time / 25 ; # /; die "I'm only pretending!";
- or download this
while(<>){
if ($. == 1){
...
} continue {
close ARGV if eof
}