Current File : //usr/perl5/bin/perlgcc
#!/usr/perl5/5.12/bin/perl

eval 'exec /usr/perl5/5.12/bin/perl  -S $0 ${1+"$@"}'
    if 0; # not running under some shell
#
# Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
# Use is subject to license terms.
#

use 5.12.5;
use strict;
use warnings;
our $VERSION = '1.2';

$ENV{PERL5_OVERRIDE_CONFIG} = '1';
if (exists($ENV{PERL5LIB})) {
	$ENV{PERL5LIB} =
	    "/usr/perl5/5.12/lib/Sun/Solaris/PerlGcc:$ENV{PERL5LIB}";
} else {
	$ENV{PERL5LIB} =
	    '/usr/perl5/5.12/lib/Sun/Solaris/PerlGcc';
}
exec('/usr/perl5/5.12/bin/perl', @ARGV)
    || die("Can't exec /usr/perl5/5.12/bin/perl: $!\n");