BEGIN { if ( $online == 1 ) { # This variable is defined before, according to the $^0 use POSIX 'locale_h'; setlocale( LC_ALL, "pt_BR.iso88591" ); } }