Paul Prescod wrote:
> 
> Wouldn't a bash binding be pretty weird? Do you want to embed bash in
> Perl?? I thought Perl made the shell languages obsolete!
> 

Actually I think that Inline::Bash (really just Inline::Sh, but cooler
name) would be one of the more useful modules. Perl is great for most
things. sh is better for some. Using them together blows. 

This initiative would be towards leveraging the existing Inline syntax
for coding Perl callable sh functions. Nothing would be precompiled like
in other Inline modules.

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