#!/usr/bin/perl use strict; use warnings; if (defined $ARGV[0] && $ARGV[0] eq '-h') { print "Hilfe...." }