P
Peng Yu
I'm puzzled why I can not use the first line below. Would you please
let me know how write it such that the if clause is at the beginning
rather than at the end.
if(defined $opt_o) print "$opt_o\n";
print "$opt_o\n" if defined $opt_o;
Regards,
Peng
let me know how write it such that the if clause is at the beginning
rather than at the end.
if(defined $opt_o) print "$opt_o\n";
print "$opt_o\n" if defined $opt_o;
Regards,
Peng