Skip to content

Instantly share code, notes, and snippets.

@larsen
Created April 8, 2012 10:11
Show Gist options
  • Save larsen/2336401 to your computer and use it in GitHub Desktop.
Save larsen/2336401 to your computer and use it in GitHub Desktop.
Thrift generated Perl code
package Cassandra::Column;
use base qw(Class::Accessor);
Cassandra::Column->mk_accessors( qw( name value timestamp ttl ) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment