Skip to content

Instantly share code, notes, and snippets.

View hirokidaichi's full-sized avatar

hirokidaichi hirokidaichi

View GitHub Profile
@hirokidaichi
hirokidaichi / gist:11399417
Created April 29, 2014 12:53
Bad Code Example
use strict;
use warnings;
my $Attribute = 0;
my $Text = 0;
my @Stack = ();
my @Attribute = ();
sub oremark2html {
my ($oremark) = @_;
use strict;
use warnings;
print "helloworld";