<?php

$program_name = 'perl';
$input_text = 'We collect 2 traces of perl\'s allocation when running these scripts:'."\n";
$input = array('Sort a file with the primary key being the last item on the line',
				'Script that translates a “/etc/hosts” file from the unixops format to the CS one');

$input_ops = array(2029, 26345);

$program_desc = 'Perl is a high-level, general-purpose, interpreted, dynamic programming language.'."\n";
$program_desc .= 'Perl was originally developed by Larry Wall in 1987 as a general-purpose Unix scripting'."\n";
$program_desc .= 'language to make report processing easier. Since then, it has undergone many changes and'."\n";
$program_desc .= 'revisions and become widely popular amongst programmers.'."\n";

require_once 'program_page.php';
?>
