in reply to Re: tar help
in thread tar help
how would I use this to achieve my objective?#!/usr/bin/perl use IO::Dir; tie %dir, 'IO::Dir', "/var/lib/mysql/club"; foreach (keys %dir) { print $_, " " ,"\n"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: tar help
by derby (Abbot) on Mar 22, 2006 at 12:35 UTC | |
by snyder (Initiate) on Mar 23, 2006 at 17:56 UTC |