It looks like you're new here. If you want to get involved, click one of these buttons!
if ($input eq NULL){
print \"\nPlease enter text...\";
} else {
print \"$input...\n\n\n\";
}
#!C:\Perl64\bin\perl.exe
print \"enter text\";
chomp($input = <>);
if($input eq '')
{
print \"enter something!\n\n\";
} else {
print \"bleh\n\n\";
}
#!C:\Perl64\bin\perl.exe
while(1)
{
print \"Enter text: \";
chomp($input = <>);
if($input eq '')
{
print \"Enter something!\n\n\";
} else {
print \"You entered $input\n\n\";
exit;
}
}
if value = null
if value is null