hey guys, I really just cant figure this out.. ( lil new to perl ) 
Anyway, i have a script that does several things to a database, However i need a dynamic name to print out..
IE:
Rather than
print "September";
I need perl to look at what month is it now. ( October ) then go back one and print that name instead.. IE: September
So summat like
$monthname = some code to do it.
print "$monthname";
Any Ideas out there ?
Cheers
in advace
Graham
Anyway, i have a script that does several things to a database, However i need a dynamic name to print out..
IE:
Rather than
print "September";
I need perl to look at what month is it now. ( October ) then go back one and print that name instead.. IE: September
So summat like
$monthname = some code to do it.
print "$monthname";
Any Ideas out there ?
Cheers
in advace
Graham