Help for this page
use warnings; use strict; ... open IN, '<', 'delme.txt'; print <IN>; close IN;
File geing processed is delme.txt 1) how can someone know what is the current edited file's name ? quest +ion 2) can someone make modifications on that file, isnt it al +ready opened by the <> diamond operator?