Call import instead of use.
Callback->VERSION(2.4); # use Callback 2.4; Callback->import(); # use Callback; Callback->import(qw( ... )); # use Callback qw( ... );
Tell Perl Callback is already loaded then use use as normal.
my $mod = 'Callback'; $mod =~ s{::}{/}g; $INC{"$mod.pm"} = 1;
Don't use <pre></pre>. Use <c>...</c> instead. And close your tags!
In reply to Re: embedded perl using linked in XS modules
by ikegami
in thread embedded perl using linked in XS modules
by kingkongrevenge
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |