Help for this page

Select Code to Download


  1. or download this
    my @data = split(',',$input_buffer);
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
        push @histofeld, @data;
    }
    close $input_file;