in reply to HTTP::Request -Variable values not translating in URL

I'm wondering if $month and $year are undef

Just for fun try this

# add just below your shebang # always use strict use strict; # change the 2 entries you have to these my $month = ('3'); my $year = ('2014');
all other things being the same.

--Chris

Yes. What say about me, is true.