Created
March 9, 2010 17:56
-
-
Save yanick/326881 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/perl | |
use Cache::Memcached; | |
use YAML; | |
use YAML::Dumper; | |
print YAML::Dumper->new->dump( | |
Cache::Memcached->new( servers => [ "localhost:11211" ] ) | |
->get( shift ) | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment