# open(POLICY, "getpol -t UACS |"); commented - replaced by __DATA_ +_ for this example my $pol; while () # ($pol = ) <== could this be changed to wh +ile (my $pol = ), to remove the previous line ?? { ... } ...