- or download this
return undef unless defined $name = askFor(title => 'Name:');
# do stuff with $name
...
# do stuff with $cigs
# ...
- or download this
sub askFor {
# ...
...
# do stuff with $cigs
}
- or download this
sub askFor {
# ...
...
return unless askFor(title => 'Cigarettes:', Var => \$cigs);
# do stuff with $cigs