How to generate unix time stamp in perl?

It can be done using :-

print time();

O/p

1387202679

Leave a Reply