Help for this page
#!/usr/bin/perl use POSIX 'strftime'; ... print strftime('%V',@now) - strftime('%V',@first), $/ __END__ 3