prototype.pl revision eef1c0f44cd22770cc506dadb89d71aab3c071e3
eef1c0f44cd22770cc506dadb89d71aab3c071e3jw#! /usr/perl5/bin/perl
eef1c0f44cd22770cc506dadb89d71aab3c071e3jw#
eef1c0f44cd22770cc506dadb89d71aab3c071e3jw# CDDL HEADER START
eef1c0f44cd22770cc506dadb89d71aab3c071e3jw#
eef1c0f44cd22770cc506dadb89d71aab3c071e3jw# The contents of this file are subject to the terms of the
eef1c0f44cd22770cc506dadb89d71aab3c071e3jw# Common Development and Distribution License (the "License").
eef1c0f44cd22770cc506dadb89d71aab3c071e3jw# You may not use this file except in compliance with the License.
eef1c0f44cd22770cc506dadb89d71aab3c071e3jw#
eef1c0f44cd22770cc506dadb89d71aab3c071e3jw# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
eef1c0f44cd22770cc506dadb89d71aab3c071e3jw# or http://www.opensolaris.org/os/licensing.
eef1c0f44cd22770cc506dadb89d71aab3c071e3jw# See the License for the specific language governing permissions
eef1c0f44cd22770cc506dadb89d71aab3c071e3jw# and limitations under the License.
eef1c0f44cd22770cc506dadb89d71aab3c071e3jw#
eef1c0f44cd22770cc506dadb89d71aab3c071e3jw# When distributing Covered Code, include this CDDL HEADER in each
eef1c0f44cd22770cc506dadb89d71aab3c071e3jw# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
eef1c0f44cd22770cc506dadb89d71aab3c071e3jw# If applicable, add the following below this CDDL HEADER, with the
eef1c0f44cd22770cc506dadb89d71aab3c071e3jw# fields enclosed by brackets "[]" replaced with your own identifying
eef1c0f44cd22770cc506dadb89d71aab3c071e3jw# information: Portions Copyright [yyyy] [name of copyright owner]
eef1c0f44cd22770cc506dadb89d71aab3c071e3jw#
eef1c0f44cd22770cc506dadb89d71aab3c071e3jw# CDDL HEADER END
eef1c0f44cd22770cc506dadb89d71aab3c071e3jw#
eef1c0f44cd22770cc506dadb89d71aab3c071e3jw
eef1c0f44cd22770cc506dadb89d71aab3c071e3jw#
eef1c0f44cd22770cc506dadb89d71aab3c071e3jw# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
eef1c0f44cd22770cc506dadb89d71aab3c071e3jw# Use is subject to license terms.
eef1c0f44cd22770cc506dadb89d71aab3c071e3jw#
eef1c0f44cd22770cc506dadb89d71aab3c071e3jw# ident "%Z%%M% %I% %E% SMI"
eef1c0f44cd22770cc506dadb89d71aab3c071e3jw#
eef1c0f44cd22770cc506dadb89d71aab3c071e3jw
eef1c0f44cd22770cc506dadb89d71aab3c071e3jw#
eef1c0f44cd22770cc506dadb89d71aab3c071e3jw# Block comment that describes the contents of this file.
eef1c0f44cd22770cc506dadb89d71aab3c071e3jw#
eef1c0f44cd22770cc506dadb89d71aab3c071e3jw
eef1c0f44cd22770cc506dadb89d71aab3c071e3jwuse strict;
eef1c0f44cd22770cc506dadb89d71aab3c071e3jwuse warnings;
eef1c0f44cd22770cc506dadb89d71aab3c071e3jw