[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Omaha.pm] silly warnings



Bummer... Another one I have to code around:
 
   my ($prop, $asof) = split /\|/, (shift @tasks);
   last unless defined $prop;
   last unless defined $asof;
Use of uninitialized value in split at extract_launcher.pl line 49.
 
j