- or download this
my $links = 'h:\perl scripts\links.txt';
- or download this
my $LINKS = 'h:\perl scripts\links.txt';
- or download this
sub LINKS { return 'h:\perl scripts\links.txt'; }
- or download this
undef $/;
- or download this
sub middle {
my @output = @_;
print while @output;
}