Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    use warnings;
    ...
            print "$company ", join(",", @ones), "\n";
        }
    }
    
  2. or download this
    C:\Old_Data\perlp>perl t6.pl
    Company_A a,b,c
    Company_A b,g,c
    Company_B a,g,x