in reply to Re: Re: Re: Befuddled by The Llama
in thread Befuddled by The Llama

Not for Windows users, you insensitve clod!

I believe you are thinking that since the path to perl in the shebang line is ignored on Windows, then so are the options following it. Not true.

Peter Scott Perl Medic

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: Befuddled by The Llama
by robot_tourist (Hermit) on Jun 01, 2004 at 15:31 UTC

    ++ Insightful

    How can you feel when you're made of steel? I am made of steel. I am the Robot Tourist.

    Robot Tourist, by Ten Benson

      News to me, but it's safer to use "use", for instance, what if you have a module you wrote yourself and don't know what is going to invoke it... Plus it's nice and consistant with the use strict idiom.