Help for this page
#!/usr/bin/perl ... } # ... do stuff with @files
cat file1 | tool tool file1 ... cat file1 file2 ... | tool tool file1 file2 ... # (no equivalent using "<" in this case)