Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more
1234567891011 use strict;use warnings;use FindBin;use lib "$FindBin::Bin/lib";use SPVM 'BindCLib';my $total = SPVM::BindCLib->sum([1, 2, 3, 4]);print "Total: $total\n";
use
strict;
warnings;
FindBin;
lib
"$FindBin::Bin/lib"
;
SPVM
'BindCLib'
my
$total
= SPVM::BindCLib->sum([1, 2, 3, 4]);
print
"Total: $total\n"