samirpatry has asked for the wisdom of the Perl Monks concerning the following question:
#!C:/perl/bin/perl.exe -w #!/usr/bin/perl -w use strict; use Inline C => <<END_OF_C; int add(int x, int y) { return x+y; } END_OF_C print add(3, 4), "\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Problem In C Inline use????
by davido (Cardinal) on Oct 19, 2006 at 05:41 UTC | |
by samirpatry (Acolyte) on Oct 19, 2006 at 06:23 UTC | |
by syphilis (Archbishop) on Oct 19, 2006 at 07:15 UTC | |
by samirpatry (Acolyte) on Oct 19, 2006 at 07:31 UTC | |
by syphilis (Archbishop) on Oct 19, 2006 at 07:44 UTC | |
| |
by samirpatry (Acolyte) on Oct 19, 2006 at 09:26 UTC | |
by Joost (Canon) on Oct 19, 2006 at 09:31 UTC | |
| |
|
Re: Problem In C Inline use????
by syphilis (Archbishop) on Oct 19, 2006 at 05:48 UTC |