I hereby claim:
- I am atoomic on github.
- I am atoomic (https://keybase.io/atoomic) on keybase.
- I have a public key ASCVq4GX0RUzPgH8lBFIeXySjdro_x0ePooO2OEfifh2rwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#!perl | |
use strict; | |
use warnings; | |
use feature 'say'; | |
use Net::Google::Drive::Simple; | |
my $gd = Net::Google::Drive::Simple->new(); |
#!perl | |
use Test::More; | |
my %storage; | |
use constant SAMPLE_CONSTANT => defined eval { $storage{cache} = get_string('abcd') }; | |
sub get_string { | |
my ( $str ) = @_; | |
return ":$str:"; |