Skip to content

Instantly share code, notes, and snippets.

@afuna
afuna / populate.pl
Created July 17, 2013 03:58
Populate a Dreamwidth dev environment with entries/comments
#!/usr/bin/perl
use strict;
use warnings;
use Getopt::Long qw{GetOptions};
use lib "$ENV{LJHOME}/cgi-bin";
BEGIN { require "ljlib.pl"; }