- or download this
my $date = $ARGV[0];
$date or $date = `date --date='1 hour ago' +%Y-%m-%d`;
chomp $date;
- or download this
foreach my $sub_user_error (@db_user_errors)
{
...
$col++;
}
$row++;
- or download this
foreach my $sub_user_error (@db_user_errors)
{
...
}
}
$row++;