Help for this page

Select Code to Download


  1. or download this
    {
        my $is_refreshing = 0;
    ...
            return;
        }
    }
    
  2. or download this
    sub refresh_func {
        state $is_refreshing = 0;
    ...
        $is_refreshing = 0;
        return;
    }