in reply to Re^2: read-only error
in thread read-only error
But that is FAR from worst problem with that code. Re-read these posts and try to fix all your code before posting again.foreach my $dist_only (@all_store_info) { next if (!$dist_only); my @array = split(/ / , $dist_only);
|
|---|