Help for this page
Select Code to Download
Select
or
download this
my @data = split(',',$input_buffer);
Select
or
download this
#!/usr/bin/perl use strict; ... push @histofeld, @data; } close $input_file;