Greetings!

Is there any difference between 

#!/bin/perl -w
<code>


and 
#!/bin/perl

use warnings;
<code>

?

Thanx!

-Michael

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to