Help for this page
sub func1{ WriteTOLog($Arga,$Argb,$Argc,$Argd); } ... local ($var) = @_; # do its fike IO stuff }
sub MyWriteToLog($,$,$,$){ if ($FLAG eq 1) { ... #do nothing or other things; } }