Help for this page

Select Code to Download


  1. or download this
    my @compound;
    while (<IN>) {
    ...
            push(@compound, $_) if (@compound);
        }
    }