but I want to read the first file as a special case and then the rest of the files with <>.while(<>) { //do stuff }
how can I do that ?open FST, $ARGV[0]; while(<FST>) { //do stuff } while(<>) { // other stuff with all files but $ARGV[0] }
In reply to diamond operator by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |