Skip to content

Instantly share code, notes, and snippets.

@fglock
fglock / mktop_strict.pl
Created December 8, 2017 08:59
mktop + strict
use strict;
my ($i, $j, $h);
my $A;
my $B;
my $C5;
my $D;
my $GROUP;
my $H;
my $N1;
@fglock
fglock / mktop_header.pl
Created December 8, 2017 08:57
mktop.pl + strict
use strict;
my ($i, $j, $h);
my $A;
my $B;
my $C5;
my $D;
my $GROUP;
my $H;
my $N1;
@fglock
fglock / 07time_zone.t
Created August 18, 2017 17:05
DateTime::Event::ICal test with time zone
#!/bin/perl -w
# Copyright (c) 2003 Flavio Soibelmann Glock. All rights reserved.
# This program is free software; you can redistribute it and/or
# modify it under the same terms as Perl itself.
#
# modified from Date::Set tests
#
use strict;
# use warnings;
@fglock
fglock / mtest.pl
Created May 10, 2016 11:14
tweaked csv test to avoid "Exporter"
#!/usr/bin/perl
use strict;
use warnings;
#use Text::CSV::Easy_PP qw(csv_parse);
{