perl 5.8.0 says at perldoc -f use

                   use v5.6.1;         # compile time version check
                   use 5.6.1;          # ditto
                   use 5.006_001;      # ditto; preferred for backwards compatibility

So would the best way for me to make sure they have 5.6.0 is do
 use 5.006_000; or 
 use 5.006_0l
Or  ????

I only have before and after not actual 5.6.0

TIA

Dan

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

Reply via email to