in reply to Using c executable in Perl Script

XS. Look at perldoc perlxs. However, you can supply your own sort routines written in Perl to Perl's sort function.

Replies are listed 'Best First'.
Re^2: Using c executable in Perl Script
by sgc (Initiate) on Sep 19, 2004 at 23:34 UTC
    Thank you