perlNoob has asked for the wisdom of the Perl Monks concerning the following question:

greetings everyone,

I was wondering if you could tell me if it's possinble using a Tk::DirTree to display the different domains with their computers on the network.

From what I've understood this class allows you to create a Tree structure of your directories.

thanks a lot

Replies are listed 'Best First'.
Re: Tk::DirTree + network
by tall_man (Parson) on Dec 08, 2004 at 23:09 UTC
    Using the "-dircmd" option, you can provide a callback function to do anything you want, so it is not limited to simple directories.

    From the documentation: On special occasions, the application programmer may want to supply a special method for reading directories: for example, when he needs to list remote directories.