in reply to Re: Adding an Entire Class B IP Range to an Array
in thread Adding an Entire Class B IP Range to an Array

Can someone explain this, please? it works, but I don't understand it.
  • Comment on Re^2: Adding an Entire Class B IP Range to an Array

Replies are listed 'Best First'.
Re^3: Adding an Entire Class B IP Range to an Array
by Tanktalus (Canon) on Mar 31, 2005 at 18:03 UTC

    By reading the docs on glob, we note that this is now implemented in terms of File::Glob. Check that documentation out for File::Glob, and look for GLOB_BRACE.

    Here it happens that knowing how csh works is advantageous when coding perl.

Re^3: Adding an Entire Class B IP Range to an Array
by ikegami (Patriarch) on Mar 31, 2005 at 18:04 UTC