Help for this page

Select Code to Download


  1. or download this
    #! perl -slw
    use strict;
    ...
                    $ref->[$l++]= $ref->[$r++];
            }
        }
    
  2. or download this
        $#$ref=$l-1
    }
    ...
    print scalar @a;
    #print "@a";