I am having a problem with the following bit of perl code. It open
all of the file handles specified in the arrays, except the first one.
I am boggled. This is perl-4.010.
--------------
#!/usr/local/bin/perl
open("halls-".$counter, ">>halls-$counter") || die "$!\n";
Quote:
}
open("halls-".$counter, ">>halls-$counter") || die "$!\n";
Quote:
}
open("halls-".$counter, ">>halls-$counter") || die "$!\n";
Quote:
}
open("halls-".$counter, ">>halls-$counter") || die "$!\n";
Quote:
}
------------------
If anybody has an idea, please send a reply.
Thanks,
Lance
--
==============================================================================
| Lance Speelmon | University Computing Services |
==============================================================================