in reply to Re: What is the output of perl command?
in thread What is the output of perl command?

but Perl indeed did wait for input. I then typed a '{ }' and nothing happened. I had to '^C' to break out.
$PROMPT> perl <press enter key> $name="vaibhav"; print "\nName is $name\n"; __END__ <press enter key> Name is vaibhav $PROMPT>