|
|
| Think about Loose Coupling | |
| PerlMonks |
Re: Re: Net::FTPby pfaut (Priest) |
| on Feb 27, 2003 at 19:06 UTC ( #239208=note: print w/ replies, xml ) | Need Help?? |
|
You can implement mget by getting a list of files with 'ls', searching the files you want by passing the returned list through perl's 'grep' and performing a 'get' on the resulting list. Something like the following (untested):
In Section
Module Reviews
|
|
||||||||||||||||||||