What I Learned at YAPC
1/6/13 16:36![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
diag "why science";
sub tony_no {
my $arg = shift;
if ( $arg eq 'no tony' ) { return 'tony stahp' }
else { return 'jarvis halp' }
}
is (tony_no( 'no tony' ) , 'tony stahp' , 'go to sleep stark' );
*bows*
sub tony_no {
my $arg = shift;
if ( $arg eq 'no tony' ) { return 'tony stahp' }
else { return 'jarvis halp' }
}
is (tony_no( 'no tony' ) , 'tony stahp' , 'go to sleep stark' );
*bows*
(no subject)
1/6/13 21:56 (UTC)