#!/usr/bin/perl -- use strict; use warnings; Main( @ARGV ); exit( 0 ); ...