(I posted this to the beginning_perl group on Yahoo groups, but the two- hour wait trie my patience. My apologies if this meesage is not new for some of you all.)
------------------------------------------- Folks; This is #1 of I'm sure many Perl questions. Thanks to all who help in advance. I am running sample perl scripts to learn Perl. I run the following script: print '<a>'; print '<b>'; and, as expected, I get: <a><b> However, when I run: print '<a>'; use NotARealPackage; print '<b>'; I expect to get: <a> but I get no output at all. Why is this? =========================================== -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>