>>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
>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
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
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
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)
___
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
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
> -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
>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
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
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
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
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
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
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
15 matches
Mail list logo