Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    use warnings;
    ...
        print "[$_] " foreach @items;
        print "\n";
    }
    
  2. or download this
    __DATA__
    BAZ 'N3''  N  0 ? ? ? 1
    ...
    BCB C3B   C  0 ? ? ? 1
    BCB C4B   C  0 ? ? ? 1
    BCB CMB   C  0 ? ? ? 1
    
  3. or download this
    OUTPUT:
    
    ...
    [BCB] [C3B] [C] [0] [?] [?] [?] [1] 
    [BCB] [C4B] [C] [0] [?] [?] [?] [1] 
    [BCB] [CMB] [C] [0] [?] [?] [?] [1]