Hi ,
i am new to the perl
it is showing the problem that

Global symbol "$input_recieve d" requires explicit package name at test.pl line 7
Execution of test.pl aborted due to compilation errors.



[CODE=perl]use strict;
use warnings;
#use diagnostics;

my $input_received =<STDIN>;
exit if $input_recieved =~ /exit/i;
print "Looks...