in reply to Re^11: scandns.pl
in thread scandns.pl

Well, I don't know what to tell you, man. I took your code and re-fixed it by doing both

and now it works correctly, in that it reports both: Same results as the code I was using before.

Replies are listed 'Best First'.
Re^13: scandns.pl
by taint (Chaplain) on Nov 15, 2013 at 22:38 UTC
    LOL

    If I'm following you rightly; nothings changed. Your solution works for you, and mine, for me.

    Oh well. Something for another day. I've got too many other, more important things to deal with ATM.

    Thanks for taking the time to report your findings.

    --Chris

    #!/usr/bin/perl -Tw
    use Perl::Always or die;
    my $perl_version = (5.12.5);
    print $perl_version;

      You can't say your version works unless you believe 209.197.123.666/29 is a valid IP address.

        ???

        When I feed it the number you posted into it. It throws an error.
        What did it do when you did it?

        --Chris

        #!/usr/bin/perl -Tw
        use Perl::Always or die;
        my $perl_version = (5.12.5);
        print $perl_version;