- or download this
sub ConfigRead {
my %hArgs = @_;
# stick some cool stuff in their variables
}
- or download this
die "horribly" if $hArgs{sFILE} eq 'BAD';
- or download this
die "horribly" if !exists $hArgs{sFILE};
- or download this
$hArgs{sFILE} //= 'default.sFile';