Joey Hess <[EMAIL PROTECTED]> writes:

> Or what of this example:
> 
> [EMAIL PROTECTED]:~>perl hello.pl
> hello, world!
> [EMAIL PROTECTED]:~>cat hello.pl
> #!/usr/bin/perl
> use Inline C => q{
>         void hello () {
>                 printf("hello, world!\n");
>         }
> };
> hello();

That is a thing of beauty. Evil, twisted beauty, but beauty none the
less. 

john.
-- 
"People get annoyed when you try to debug them."
  -- Larry Wall (Open Sources, 1999 O'Reilly and Associates)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to