Help for this page

Select Code to Download


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