Help for this page

Select Code to Download


  1. or download this
    use Storable;
    use Time::Local;
    ...
        # 1234   | ri Jan 20 09:21:36 2023
        # ...
    }
    
  2. or download this
    use Storable;
    
    ...
    
        store $users, $storeFile;
    }
    
  3. or download this
    my $storeFile = "/db/users.store.test";
    my $users = ();
    ...
    
        usleep(250);
    }