#!/bin/sh #! -*-perl-*- eval 'exec perl -x -S $0 ${1+"$@"}' if 0; use strict; use warnings; use Example::Foobar; Example::Foobar->new(@ARGV)->run;