* [Comm] perl
@ 2005-06-03 9:15 Anton Gorlov
2005-06-03 19:24 ` Alexey S. Kuznetsov
0 siblings, 1 reply; 2+ messages in thread
From: Anton Gorlov @ 2005-06-03 9:15 UTC (permalink / raw)
To: community
Здравствуйте, community.
Естьт некий текстовый файл, в нём в несколько колонок ( и строк
соотвественно). Но меджу колонками в качестве разделителя идут..
пробелы. Причём между колонками их число (пробелов) не одинаковое. (от
1 до 10). Вопрос --как бы данные загнать в массив? количество колонок
известно..
--
С уважением,
Anton mailto:Pnz.Stalker@mail.ru
FIDO: 2:5059/37
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Comm] perl
2005-06-03 9:15 [Comm] perl Anton Gorlov
@ 2005-06-03 19:24 ` Alexey S. Kuznetsov
0 siblings, 0 replies; 2+ messages in thread
From: Alexey S. Kuznetsov @ 2005-06-03 19:24 UTC (permalink / raw)
To: Anton Gorlov
Hello!
Friday, June 3, 2005, 2:15:59 AM, you wrote:
> Здравствуйте, community.
> Естьт некий текстовый файл, в нём в несколько колонок ( и строк
> соотвественно). Но меджу колонками в качестве разделителя идут..
> пробелы. Причём между колонками их число (пробелов) не одинаковое. (от
> 1 до 10). Вопрос --как бы данные загнать в массив? количество колонок
> известно..
рег выражением =~((\S+?)\s+?(\S+?)\s+?..........etc)
а потом $a=$1
$b=$2
......
etc
--
Sincerely,
Alexey S. Kuznetsov
AK2351-RIPE
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-06-03 19:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-06-03 9:15 [Comm] perl Anton Gorlov
2005-06-03 19:24 ` Alexey S. Kuznetsov
ALT Linux Community general discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
public-inbox-index community
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.community
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git