- or download this
#solution 1, using regex and parsewords
use Text::ParseWords;
...
}
# end solution 1_______________________
- or download this
# solution 2, using text:csv_xs
use Text::CSV_XS;
...
print "$sum\n";
# end solution 2_______________________
- or download this
my $courseID=substr($result[0],1);