foreach (sort keys %tickets) { my $ticket = ((split " ",$_)[0]); my %tick_inf; (%tick_inf = ars_GetEntry($rem,$schema,$ticket)) || warn "Could not retrieve $ticket: $ars_errstr"; ++$count; print "$count\n"; next; #all the other stuff from yesterday } #### print "Script ended on " . localtime(time); print "\n";