dl.kudish has asked for the wisdom of the Perl Monks concerning the following question:
SV* get() { int64_t val = ..; if (...){ return &PL_sv_undef; } return newSViv(val); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Returning int64_t value from C++ to Perl
by BrowserUk (Patriarch) on Sep 12, 2008 at 10:46 UTC | |
|
Re: Returning int64_t value from C++ to Perl
by salva (Canon) on Sep 12, 2008 at 10:54 UTC | |
by dl.kudish (Initiate) on Sep 15, 2008 at 07:06 UTC | |
|
Re: Returning int64_t value from C++ to Perl
by Anonymous Monk on Sep 12, 2008 at 10:27 UTC |