ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [mdk-re] Offtopic. Perl question
@ 2002-04-16 19:25 Vladimir Karpinsky
  2002-04-16 19:59 ` Sergey Degtyaryov
  2002-04-16 23:31 ` Vladimir Karpinsky
  0 siblings, 2 replies; 3+ messages in thread
From: Vladimir Karpinsky @ 2002-04-16 19:25 UTC (permalink / raw)
  To: mandrake-russian

Здравствуйте

Прошу прощения за offtopic, но никак не могу понять, как вызвать в
теле перлового скрипта внешнюю программу, причем той в качестве
аргументов подставлять переменные определенные в самом скрипте.
Переменные определяются по итогам разбора каждой строки некого файла,
соответственно эти переменные переопределяются каждый раз при переходе
к новой строке, ну и программу надо также выполнить для каждой строки
этой таблицы. Смотрю в книгу а решения найти не могу. Если кто сможет
помочь, то отвечать, наверное, лучше лично, дабы не засорять рассылку.
  
  

-- 
Best regards,
 Vladimir                          mailto:vkarpinsky@beep.ru





^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [mdk-re] Offtopic. Perl question
  2002-04-16 19:25 [mdk-re] Offtopic. Perl question Vladimir Karpinsky
@ 2002-04-16 19:59 ` Sergey Degtyaryov
  2002-04-16 23:31 ` Vladimir Karpinsky
  1 sibling, 0 replies; 3+ messages in thread
From: Sergey Degtyaryov @ 2002-04-16 19:59 UTC (permalink / raw)
  To: mandrake-russian

Vladimir Karpinsky wrote:
> Здравствуйте
> 
> Прошу прощения за offtopic, но никак не могу понять, как вызвать в
> теле перлового скрипта внешнюю программу, причем той в качестве
> аргументов подставлять переменные определенные в самом скрипте.
> Переменные определяются по итогам разбора каждой строки некого файла,
> соответственно эти переменные переопределяются каждый раз при переходе
> к новой строке, ну и программу надо также выполнить для каждой строки
> этой таблицы. Смотрю в книгу а решения найти не могу. Если кто сможет

$domain = shift;
$|++;
my $command = "whois ".$domain;
open (WHOIS, "$command |") || die $!;
while (<WHOIS>) {print;print "\n";}
close (WHOIS);

-- 
Ciao, maga, maga@mail.ru
--
Земля плоская. Hо толстая..




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [mdk-re] Offtopic. Perl question
  2002-04-16 19:25 [mdk-re] Offtopic. Perl question Vladimir Karpinsky
  2002-04-16 19:59 ` Sergey Degtyaryov
@ 2002-04-16 23:31 ` Vladimir Karpinsky
  1 sibling, 0 replies; 3+ messages in thread
From: Vladimir Karpinsky @ 2002-04-16 23:31 UTC (permalink / raw)
  To: Vladimir Karpinsky

Здравствуйте,

Спасибо большое всем ответившим, как сюда, так и лично!

-- 
Всех благ,
            Владимир

mailto:vkarpinsky@beep.ru





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-04-16 23:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-04-16 19:25 [mdk-re] Offtopic. Perl question Vladimir Karpinsky
2002-04-16 19:59 ` Sergey Degtyaryov
2002-04-16 23:31 ` Vladimir Karpinsky

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