Skip to content

Instantly share code, notes, and snippets.

@audreym
audreym / ean_lookup
Created December 4, 2012 10:40
test for ean price lookup
#!/usr/bin/env perl
use 5.10.0;
use strict;
use Supers::Schema;
use Text::CSV;
use utf8;
use Encode;
use Excel::Writer::XLSX;
use Data::Types;
binmode(STDOUT, ":utf8");