Skip to content

Instantly share code, notes, and snippets.

@tomcha
Created December 6, 2014 14:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomcha/9d7612f52a5af252f3d5 to your computer and use it in GitHub Desktop.
Save tomcha/9d7612f52a5af252f3d5 to your computer and use it in GitHub Desktop.
#!/usr/bin/env perl
use strict;
use warnings;
use Data::Dumper;
use lib "./lib";
use nukaduke;
pickle('./nukadoko.yaml', 'kyuuri');
my $now_nukadoko = lookin('./nukadoko.yaml');
print Dumper $now_nukadoko;
splice @$now_nukadoko, 3, 1;
print "---------------------------\n";
print Dumper $now_nukadoko;
takeout('./nukadoko.yaml', $now_nukadoko);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment