use 5.016;use warnings;use Time::Piece; my $t = localtime; $t = $t->add_years(30); say $t;
Standard input is empty
Thu Aug 27 11:17:01 2043
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!