beautify perl headers

This commit is contained in:
Ralph J.Mayer 2014-09-05 22:22:02 +02:00
parent 319a8bd1c0
commit 80dcedc5dc
4 changed files with 83 additions and 14 deletions

View file

@ -1,9 +1,27 @@
#!/usr/bin/perl
# CSV zu Remind
# Version 1
#!/usr/bin/env perl
#===============================================================================
#
# FILE: csv2rem-ics.pl
#
# USAGE: ./csv2rem-ics.pl
#
# DESCRIPTION:
#
# OPTIONS: ---
# REQUIREMENTS: ---
# BUGS: ---
# NOTES: ---
# AUTHOR: Ralph J.Mayer (rm),
# ORGANIZATION:
# VERSION: 1.0
# CREATED: 05.09.2014 22:20:45
# REVISION: ---
#===============================================================================
use strict;
use warnings;
use utf8;
use DateTime;
my $file = $ARGV[0] or die "Need to get CSV file on the command line\n";