#!/usr/bin/perl -- use strict; use warnings; use ... ## other stuff you use Main( @ARGV ); exit( 0 ); sub Main { my( $left, ... } #### Missing right curly or square bracket at stuff line 220, at end of line syntax error at stuff line 220, at EOF stuff had compilation errors.