Help for this page

Select Code to Download


  1. or download this
    XXXXXXXXXX         YYYYYYYY
    TIFF     1..203
    ...
    TIFF     trans(303..323)
             /pattern="hfftvt&&jdgY=)"                  
    XXXXXXXX            YYYYYYYY
    
  2. or download this
    foreach $row (@file){ 
        if ($row =~ /TIFF\s+([0-9.]+)/g){
    ...
    print ("$difference\n");
        }
    }
    
  3. or download this
    open (FILE1, 'file1.txt');
    open (FILE2, 'file2.txt');
    ...
    $query = $1;
    $query =~ s/\s+//g;
    print("$query\n”);