Dan Muey wrote: > I'm using the $] (perl version) variable and was wondering what print > "-$]-"; Would output on a 5.6.n or 5.8.n verison of perl where n is > greater than 0 Anyone with those versions could you run: > perl -e 'print "-$]-";' > And send the results to me?
$ perl -V:version -e 'print "-$]-\n"' version='5.6.1'; -5.006001- -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]