Help for this page

Select Code to Download


  1. or download this
    A[0]
    C
    D
    
  2. or download this
    A[0]
    B
    ...
    D[0]
    D1
    DA
    
  3. or download this
    #!/usr/local/bin/perl
    use strict;
    ...
    }
    close($infile);
    close($outfile);
    
  4. or download this
    Search pattern: ^(?:A\[0\]|C|D)[^a-zA-Z]*$
    input : A[0]
    ...
    input : D1
    input : DA
    output: DA