#!/usr/bin/perl use strict; use warnings; my $tag = shift; while (<>) { print "$tag: $_"; }