http://qs321.pair.com?node_id=751425


in reply to -w and -T

-w option enables warning.

use strict pragma is used then you should declare variables before there use.

-T is taint mode. Taint mode makes a program more secure by keeping track of arguments which are passed from external source.