in reply to Re: Re: Adding elements to an array from an arrayin thread Adding elements to an array from an array
Put the check back in.
while( <DATA> ) { next unless m/^\.SUBCKT\s+$runset{SchCell}/; my %seen; . . . [download]