RE: another perl Tk font questio

2004-07-13 Thread Schichmanter, EithanX
>>It may be simple but >>I can't figure how to set font >>in tk widget /my font is cyrillic font/ >>please help ! >>___ > [code snip] >If your font name has more than one word in it, you need to put it >between braces like mentioned above. >32 is just

another perl Tk font questio

2004-07-13 Thread assistent
>It may be simple but >I can't figure how to set font >in tk widget /my font is cyrillic font/ >please help ! >___ use Tk; use strict; my $top = MainWindow->new(); my $text = $top->Label( -font => '{Courier New Cyr} 32', -text => 'Try me',)->p

How to access the Local Security policies on Win2k

2004-07-13 Thread Venkata. Sitaram
Hi All, I need a small help from you guys. How can I access the Local security policies using perl script...? I want to change the Logon Locally permissions in my entire network. Hiow can I carry out this activity using perl script. Awaiting for your quick responce. Thanks and Regards, Sitaram Pama

Re: Scanning a zip file without expanding it

2004-07-13 Thread Richard Morse
On 13 Jul 2004, at 3:28 PM, Craig Cardimon wrote: Is there a way to see the filenames in a *.zip file, open the files, and search their contents without extracting that *.zip file? Archive::Zip HTH, Ricky ___ Perl-Win32-Users mailing list [EMAIL PROTECTE

Scanning a zip file without expanding it

2004-07-13 Thread Craig Cardimon
Is there a way to see the filenames in a *.zip file, open the files, and search their contents without extracting that *.zip file? I'd appreciate a gentle push in the right direction. -- Craig Cardimon, Programmer AUS Inc. (Knowledge Express Data Systems; 1-800-529-5337, ext. 24) ___

Re: Help needed in Perl/LWP

2004-07-13 Thread $Bill Luebkert
ashish srivastava wrote: > hi, > i am running the same script that u gave(with some minor modifications) but > i am unable to get the result e.g. See modified scripts at end. > main prog(to be automated): > > #!D:\perl\bin\perl > > use CGI::Carp qw(fata

RE: :Socket::INET - unable to use "Timeout" option

2004-07-13 Thread Glenn M Dowling
Steve: I was able to use your second option -- the Net::NBName module -- to get it to work successfully. :-) Basically, the same part of the script is now using the following code instead: $nb = Net::NBName->new; $remote = $nb->node_status($server,5); (5 is the timeout vari

RE: perl Tk font question

2004-07-13 Thread Michael Jung
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of [EMAIL PROTECTED] > Sent: Tuesday, July 13, 2004 7:29 AM > To: [EMAIL PROTECTED] > Subject: perl Tk font question > > > It may be simple but > I can't figure how to set font > in tk widget /my font is

RE: perl Tk font question

2004-07-13 Thread Schichmanter, EithanX
>It may be simple but >I can't figure how to set font >in tk widget /my font is cyrillic font/ >please help ! >___ use Tk; use strict; my $top = MainWindow->new(); my $text = $top->Label( -font => '{Courier New Cyr} 32', -text => 'Try me',)->p

perl Tk font question

2004-07-13 Thread assistent
It may be simple but I can't figure how to set font in tk widget /my font is cyrillic font/ please help ! ___ Perl-Win32-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Win32::API and CreateProcess

2004-07-13 Thread Paul Sobey
Dear All, Does anyone have a working example of using Win32::API to call CreateProcess, and pass in filehandles for the child to inherit? I'm running a service using Win32::Daemon, and need to spawn a console process and read back both STDOUT and STDERR. The process is expected to last for ar

Re: Help needed in Perl/LWP

2004-07-13 Thread ashish srivastava
hi, i am running the same script that u gave(with some minor modifications) but i am unable to get the result e.g. main prog(to be automated): #!D:\perl\bin\perl use CGI::Carp qw(fatalsToBrowser); require "./cgi-lib.pl"; &ReadParse(); print "Content-type:t

Re: Whole File System into XML file

2004-07-13 Thread Bruno Georges
Hi Not really sure about the scope of your request. However, (unless some module exists already) I would suggest to look into File::Find from there you can write a routine which wrap the FS with your XML tags. Hope this helps. Bruno Georges Glencore International AG Tel. +41 41 709 3204 Fax +4

Re: Help needed in Perl/LWP

2004-07-13 Thread $Bill Luebkert
ashish srivastava wrote: > Hi, > > I am trying to replicate a form submit action. Will LWP be useful for this? > i am new to LWP so dont know much about its capabilities. > The form that i am trying to submit calls a perl program and passes some > variables in the POST method. The form has som

Help needed in Perl/LWP

2004-07-13 Thread ashish srivastava
Hi, I am trying to replicate a form submit action. Will LWP be useful for this? i am new to LWP so dont know much about its capabilities. The form that i am trying to submit calls a perl program and passes some variables in the POST method. The form has some text fields which the user fills and