Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl 
    $filename="p1";
    ...
        mkdir("$filename/$_",0777) || print "$!\n";
        }
    }
    
  2. or download this
    while(<plate_file>) {
        if(/(.*)\n/){
    ...
            push(@data,@row);
        }
    }