#!/usr/bin/perl -w use strict; while () { print uc($_); }