Try put use strict;
@all_stores = qw("24", "25"); will produce error. Try
my @all_stores = qw(24 25); instead
In reply to Re^3: Printing to file
by Yunus
in thread Printing to file
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |