in reply to Re^5: Why not perl have raw/native type
in thread Why not perl have raw/native type

That's why I mentioned

> > And yes I know that subs can be redefined, but change of prototype is also emitting a warning.

Warnings to Fatals.

> it will likely crash with a SEGV, or even be a security hole, when it tries to interpret that integer value as the address of an SV.

I suppose using Inline::C or Inline::CPP is even worse, when it comes to such risks.

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery FootballPerl is like chess, only without the dice

  • Comment on Re^6: Why not perl have raw/native type