Help for this page

Select Code to Download


  1. or download this
    label1=data1,label2=data2, ...
    
  2. or download this
    my @data = split(',', $line);
    foreach my $datapair (@data) {
    ...
       print "label: $label; data: $data\n";
       print OUT1 "$data;";
    }
    
  3. or download this
    Use of uninitialized value $data in concatenation (.) or string at ./t
    +est.pl line 124, <IN4> chunk 2147.
    Use of uninitialized value $data in concatenation (.) or string at ./t
    +est.pl line 125, <IN4> chunk 2147.