my $energy; while () { last if /^\s+total/; unless ($energy) { $energy = /^\s+energy/; next } my @vals = split; # ... other stuff here }