- or download this
while (<>) {
chomp;
...
local @ARGV = @_;
join '', <>;
}
- or download this
ls | perl ../perlmonks.pl
- or download this
file2
line1file1
line2file1
- or download this
print collect( 'file1' );
print collect( 'file2' );
- or download this
line1file1
line2file1
line1file2
line2file2