BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//Noopsi//NONSGML v1.0//EN
METHOD:PUBLISH
X-WR-CALNAME:benchmark on Noopsi
X-WR-CALDESC:#!/usr/bin/perl

use Benchmark; #builtin module

# declare array
my @data;

# start timer
$start = new Benchmark;

# perform a math operation 200000 times
for ($x=0; $x
X-WR-TIMEZONE:UTC
BEGIN:VTIMEZONE
TZID:UTC
X-LIC-LOCATION:UTC
BEGIN:STANDARD
TZOFFSETFROM:+0000
TZOFFSETTO:+0000
TZNAME:UTC
DTSTART:19700101T020000
END:STANDARD
END:VTIMEZONE
END:VCALENDAR