#!/usr/bin/perl -w

use warnings;
use strict;
print "I'm a Perl program without an extension\n";
