in reply to Got's to be a better way
$MissingPatchList{$BulletinID} = "$pad{(length($MissingPatchList{$Bull +etinID}))}$MissingPatchList{$BulletinID}"; # better written as: $MissingPatchList{$BulletinID} = $pad{ length( $MissingPatchList{$BulletinID} ) } . $MissingPatchList{$BulletinID};
You might like this article: http://www.perl.com/pub/a/2003/10/09/refactoring.html.
--tidiness is the memory loss of environmental mnemonics
|
|---|