Help for this page

Select Code to Download


  1. or download this
        my $pat = $line =~ m/^LOC_Os0[1-7]g[0-9]*.[0-9]\s/;
    
  2. or download this
        my ($pat) = $line =~ m/^LOC_Os0[1-7]g[0-9]*.[0-9]\s/;
    
  3. or download this
    #!/usr/local/bin/perl
    use strict;
    ...
    close (MYFILE);
    close (WASTE);
    close (FILE);