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