About
Pricing
Community
Teams
Start Free Trial
Log in
pvinodp
asked on
5/16/2011
if condition in perl
sub func1()
my $input = shift;
if (check $input is null... not initialized)
return NULL;
else
execute something else
I need help in writing the part enclosed in bold.
Perl
Linux OS Dev
8
2
Last Comment
pvinodp
8/22/2022 - Mon