Jeff Walker wrote:
> 
> Ah, indeed that does do what I want (interesting technique!).  But I looked
> at that and realized what my problem was in the original perl script.  I
> didn't do $hash->{$thing}.  I used $hash{$thing}, which was wrong.  Talk
> about getting bogged down in details.  Sorry for the basic perl error. (it
> didn't even appear in the email, typical).

That makes sense. The purpose of Inline is to simplify the solution so
that you (and those maintaining your code) don't get bogged down in the
details. Kind of like what Perl did for C :-)

Cheers, Brian

-- 
perl -le 'use Inline C=>q{SV*JAxH(char*x){return newSVpvf
("Just Another %s Hacker",x);}};print JAxH+Perl'

Reply via email to