Help for this page

Select Code to Download


  1. or download this
    Perl_sortsv_flags(aTHX_ AvARRAY(data),arrayLen+1,Perl_sv_cmp, flags);
    
  2. or download this
    use warnings;
    use Inline C => Config =>
    ...
    for(@$ref) {$_ = sprintf "%f", $_}
    
    test($ref);