Please help me days to a date string in PERL

Please help me n days to a date string in PERL. Date is of the format YYYYMMDD

---------- Post updated at 08:56 AM ---------- Previous update was at 08:54 AM ----------

Add n days

What?
Perhaps give input and desired output?

Say I have a string of the format YYYYMMDD. I want to add n days to it. For example the date is 20130228 and n is 6. SO the new date should be 20130206.