GWT in Practice at Manning GWT in Practice at Amazon GWT Resources
Coming Soon! Android Resources
Someone pointed out a problem with the script. It seems that posting it to this site corrupted a line. The line that reads:
LINE: while ( my $line= ) {
should look more like:
LINE: while ( my $line= <ACCLOG> ) {
I hope that comes through OK. The text "ACCLOG" should have angle brackets around it (i.e. less-than and greater-than signs).
Also, the code's indentations were lost.
More information about formatting options
Re: Apache CodeRed Countermeasures
Someone pointed out a problem with the script. It seems that posting it to this site corrupted a line. The line that reads:
LINE: while ( my $line= ) {
should look more like:
LINE: while ( my $line= <ACCLOG> ) {
I hope that comes through OK. The text "ACCLOG" should have angle brackets around it (i.e. less-than and greater-than signs).
Also, the code's indentations were lost.