Help for this page
#!/usr/bin/perl # ... print "$_ \n"; } exit;
for $rec (@PSarray) { ... print "$rec\n"; } exit;