Avatar of pvinodp
pvinodp

asked on 

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.
PerlLinux OS Dev

Avatar of undefined
Last Comment
pvinodp

8/22/2022 - Mon