Help for this page
#!/usr/bin/perl use strict; use Storable qw(freeze thaw); ... sleep 1; print shift @datastore if (scalar @datastore); }