Warn behaves like print, unless I add a space afer "\n". why ?

$ perl                                         
warn " Not able to create portfolio_list \n"; #no space after \n
__END__;
 Not able to create portfolio_list 

$ perl
warn " Not able to create portfolio_list \n ";
__END__;
 Not able to create portfolio_list 
  at - line 1.

thanks,
Jay

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to