#!/usr/bin/perl -w
$rad = 12.5;
$pi = 3.141592654;
print "The circumference is : " . $rad * 2 * $pi . "\n";