$five_mins = 300; while(not $exit_condition) { # Run LWP code here sleep($five_mins); }