Help for this page
my @reexec = [ $0, @ARGV ]; # when I press the refresh button: exec( @reexec )
my @reexec = [ $0, @ARGV ]; if ( defined (&DB::DB ) ) { ... } # when I press the refresh button: exec( @reexec )