Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
      print "number=$number\t element=$element\n";
      $number++;
    }
    
  2. or download this
    sub split_the_element
    {
    ...
       }
       return @result;
    }