per;
print Dumper [EMAIL PROTECTED];
Maybe better, if you don't trust swish and the db to be in sync:
my @results = map { $recs->{$_} } grep { exists $recs->{$_} } @ids;
Or whatever should happen when an item is not found.
--
Bill Moseley
[EMAIL PROTECTED]
command like
>
> cat mbox | ./fundlist.pl
>
> I can't figure out how to automate this. Any ideas?
Try procmail. It can pipe an email to a program when it is received.
--
Bill Moseley
[EMAIL PROTECTED]
.perl.org is Pod that changes
> automagically behind the scenes.
DocSet uses TT to generate output, too.
Yea TT2! ;)
--
Bill Moseley
[EMAIL PROTECTED]
On Thu, Apr 01, 2004 at 10:33:00AM -0500, Eric Lease Morgan wrote:
>
> Is there some sort of incantation I can send to a Perl-generated
> Makefile in order to automagically create browsable POD pages?
Might look at DocSet on CPAN. perl.apache.org is generated with it from
pod files.