4 msglog missing images
2 msgdatabase Cgi query's
3 msgFile opening problem

$^I
\ Richard Lee (11 May 2008)
. \ Chas. Owens (11 May 2008)
. . \ Richard Lee (12 May 2008)

4 msgCan't run PERL scripts on a shared server?
7 msgcomparing two binary numbers
8 msgPlease help critcize and shorten my sub code
3 msgsplit slice question
4 msgperl-support for vim help needed
4 msgText to hex
1 msgPerl MQSeries API newbie help
3 msgdns error or module error?
3 msgscript for an mbox
4 msgdeleting a user name from a file
1 msgDocumentation problem
5 msgone liner for for and if
3 msgerror in printing unicode
2 msginstall module problem
1 msgCan't get Text::Balanced::extract_quotelike to ...
3 msgRegex help?
Subject:$^I
Group:Perl-beginners
From:Richard Lee
Date:11 May 2008


 
I just looked it up on perldoc perlvar, but I am still not sure what it
does.



$^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: beginners-unsubscribe
For additional commands, e-mail: beginners-help
http://learn.perl.org/




© 2004-2008 readlist.com