#!/usr/bin/perl use warnings; use strict; if (defined($ARGV[0]) && $ARGV[0] eq 'TEST') { print "$ARGV[0]\n"; }