in reply to Re: Read File into array and split
in thread Read File into array and split
again thanks for your help.open(DATA, "/scripts/clients"); while (<DATA>) { my @dir = split /ms/; foreach (@dir) { $client = shift(@new_data); backup($client);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Read File into array and split
by ikegami (Patriarch) on Mar 07, 2008 at 05:44 UTC | |
by tokyobuddha (Novice) on Mar 07, 2008 at 09:39 UTC | |
by ikegami (Patriarch) on Mar 08, 2008 at 05:52 UTC | |
|
Re^3: Read File into array and split
by hipowls (Curate) on Mar 07, 2008 at 03:59 UTC | |
by tokyobuddha (Novice) on Mar 07, 2008 at 05:44 UTC | |
by hipowls (Curate) on Mar 08, 2008 at 00:01 UTC |