in reply to Program can not read the contents of a small file that it has recently written!
It looks like you want to set the first array to have four empty elements. What you are actually doing is setting the array to have its first element equal "4".my @PromoterLenghts = (4); my $PromotroListLength = $#PromoterLenghts;
$PM = "Perl Monk's";
$MCF = "Most Clueless Friar Abbot";
$nysus = $PM . $MCF;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Program can not read the contents of a small file that it has recently written!
by lostcause (Monk) on Jun 26, 2001 at 03:16 UTC |