Help for this page

Select Code to Download


  1. or download this
    foreach my $filename( @files ){
        my $file = "text_000".$variable."."."lab";
    ...
        close ($output);
        $variable++;
    }
    
  2. or download this
    foreach my $filename( @files ){
        my $file = "text_000".$variable."."."lab";
    ...
        $variable++;
    }