- or download this
use warnings;
use strict;
...
else { $drink = 'unknown'; }
print $drink;
- or download this
unknown
- or download this
use warnings;
use strict;
...
}
print $drink;
- or download this
non alky
- or download this
use warnings;
use strict;
...
}
print $drink;
- or download this
use warnings;
use strict;
...
sub doProperAlky {
print 'proper alky';
}