in reply to Re: Certainly learning
in thread Certainly learning

More like:
open(BLAH_HANDLE, blah_file) or die blah blah blah; while(<BLAH_HANDLE>) { my $device_id = $_; system "blah blah blah $device_id"; } close(BLAH_HANDLE);