hello,lists,

When I said:

   die "usage: $0 pub|del";

I got this output:

usage: xxx.pl pub|del at xxx.pl line 20.

Then when I said:

   die "usage: $0 pub|del\n";

Only the "\n" was added.The output became:

usage: xxx.pl pub|del

It lost the words of "at xxx.pl line 20.".

Why is this?Thank you.

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


Reply via email to