$^I The current value of the inplace-edit extension. Use "undef" to disable inplace editing. (Mnemonic: value of -i
switch.)I was reading perl cookbook and saw this example, and was wondering what that is....
if (@ARGV) { $^I = ".orig"; } else { warn "$0: Reading from stdin\n" if -t STDIN; } -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/