in reply to Using Inline::C in a package
use Inline C;
I would say there is a :: missing on line 7.
Update.
It works for me if I change it to
use Inline 'C';
Note that using the fat comma (=>) automatically quotes the C. This problem only happens under strict.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Using Inline::C in a package
by BrowserUk (Patriarch) on Sep 04, 2013 at 16:59 UTC | |
by choroba (Cardinal) on Sep 04, 2013 at 17:02 UTC | |
by BrowserUk (Patriarch) on Sep 04, 2013 at 17:04 UTC | |
by rem45acp (Novice) on Sep 04, 2013 at 17:10 UTC | |
|
Re^2: Using Inline::C in a package
by davido (Cardinal) on Sep 04, 2013 at 18:16 UTC |