Cool File & Directory Modules IO::Dir 17 of 69 : prev | index | next

IO::Dir

Example

    use IO::Dir;
    if (my $d = new IO::Dir ".") {
        while (defined($_ = $d->read)) { something($_); }
        undef $d;
    }

© 2003 Barbie - barbie@missbarbell.co.uk contents http://birmingham.pm.org/