http://www.perlmonks.org?node_id=549653


in reply to soap::lite roadblock

Or more specifically, you've started your script with #!perl -w but you say it's a Solaris (and not a Windows) box. You should probably have something like this instead:

#!/usr/bin/perl -w