Initial commit of files
This commit is contained in:
39
proto/perl/header.pl
Normal file
39
proto/perl/header.pl
Normal file
@ -0,0 +1,39 @@
|
||||
#!/usr/bin/perl -w
|
||||
##############################################################################
|
||||
# Copyright (C) 2008
|
||||
# ProbeStar Telematics, LLC.
|
||||
# All Rights Reserved. Proprietary and Confidential.
|
||||
#=============================================================================
|
||||
# Description
|
||||
#-----------------------------------------------------------------------------
|
||||
# Details
|
||||
##############################################################################
|
||||
|
||||
use strict;
|
||||
|
||||
##############################################################################
|
||||
# imported packages
|
||||
##############################################################################
|
||||
|
||||
##############################################################################
|
||||
# global constants
|
||||
##############################################################################
|
||||
|
||||
##############################################################################
|
||||
# global variables
|
||||
##############################################################################
|
||||
|
||||
##############################################################################
|
||||
# functions
|
||||
##############################################################################
|
||||
|
||||
##############################################################################
|
||||
# main body
|
||||
##############################################################################
|
||||
|
||||
sub main {
|
||||
|
||||
}
|
||||
|
||||
&main();
|
||||
0;
|
||||
Reference in New Issue
Block a user