in reply to Re: What is the output of perl command?in thread What is the output of perl command?
$PROMPT> perl <press enter key> $name="vaibhav"; print "\nName is $name\n"; __END__ <press enter key> Name is vaibhav $PROMPT> [download]