Help for this page

Select Code to Download


  1. or download this
    my @objects;
    foreach my $line (@file) {
    ...
        my $object = Blah->new($creg, $cname, $attribs);
        push(@objects, $object);
    }