i All!
I have local network
with windows and linux boxes.
When winxp firewall is on on windows box
I can't FTP & telnet
connect from this box to linux boxes
-connecting to windows boxes is no problem.
Need some advice howto
overcome this problem short of disabling winxp firewall.
Mon, 12 Sep 2005 05:14:51 UT, [EMAIL PROTECTED] <[EMAIL PROTECTED]>:
>> i All!
>> I have local network
>> with windows and linux boxes.
>> When winxp firewall is on on windows box
>> I can't FTP & telnet
>> connect from this box to linux boxes
>> -connecting to windows boxes is no problem.
>> Nee
resolved
Mon, 12 Sep 2005 05:14:51 UT, [EMAIL PROTECTED] <[EMAIL PROTECTED]>:
i All!
I have local network
with windows and linux boxes.
When winxp firewall is on on windows box I can't FTP & telnet
connect from this box to linux boxes -connecting to windows boxes is
>>
i All!
Is there a possibility
of Gimp perl module
to work with ActiveState perl distribution ?
If not howto get cygwin perl5.8 distributiom ?
Can both versions of perl work on same box?
___
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveSta
Hi All!
I Have 2 perl scripts
first script calls Win32::Process::Create
and exits
in second script I want to kill
process created in first script
But how I can pass $procobj to second
script to kill it like <$procobj->Kill($exi)>
Or how can I in first script get $pid of process from $procobj?
___
[EMAIL PROTECTED] wrote:
> Hi All!
> I Have 2 perl scripts
> first script calls Win32::Process::Create
> and exits
> in second script I want to kill
> process created in first script
> But how I can pass $procobj to second
> script to kill it like <$procobj->Kill($exi)>
> Or how can I in first s
hen coping with the rtf thing, I encountered a problem.
I used the script that comes in the module, but as I didn't understand I
modified it to:
#!/usr/bin/perl
require RTF::TEXT::Converter;
my $inputfile="document.rtf";
my $outputfile="document.txt";
open(IN,"<$inputfile") or die;
open(OUT,">$ou
i ALL!
I HAVE "OLD" version of perl
=
perl -v:
This is perl, v5.8.6 built for MSWin32-x86-multi-thread
(with 3 registered patches, see perl -V for more detail)
Copyright 1987-2004, Larry Wall
Binary build 811 provided by ActiveState Corp. http://www.ActiveState.com
ActiveState is a division
Phil !
you wrote :
===
I want to run perl code as a function/module inside EXCEL, in the same way that
one can run VBA.
===
yr wish as stated above seem to me rather
strange /not to say more/
For my part I never had such a wish - working
with both perl & VBA.
Am I missing some point here ?
Can yu
hello list!
I am trying to write Perl
program to get some WMI info remotely
from machines on local network
(workgroup , no domain )
I understand that it is no Perl problem :
but I am stuck with this -
I can't connect to remote machines at all with WMI !
I am using Winxp SP2
I disabled windows fire
Hi All!
I am trying to use pipes in win32
in my main program (in C) I have:
FILE *fd = _popen("perl d:/umts/catch_in.pl" , "wb");
int i=12;
fwrite((void*)&i,1,4,fd);
ie=fflush(fd);
_pclose(fd);
my perl code (in catch_in.pl) is :
-
use strict;
use warnin
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
>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 !
>>___
>
[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
hi ALL!
MY questions are :
1) How to click on image in the page ?/not on button/
2) How to work with dropdown boxes ?
3) how to find coordinates x and y on page ?
___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveSt
Tk::Table cusom keys scrolll question
Hi All!
I am trying to use
Tk::Table consisting of Entry widgets ...
Does anybody knows how to impement scroll keys ?
this phrase from the docs:
I dont understand above text.
I want , for example, after key
go to the next cell/next col in the row or 1-st col
RE:RE:Tk::Table cusom keys scrolll question
>-Original Message-
>> From: [EMAIL PROTECTED]
>> [mailto:[EMAIL PROTECTED] On
>> Behalf Of [EMAIL PROTECTED]
>> Sent: November 19, 2004 3:07 AM
>> To: [EMAIL PROTECTED]
>> Subject: Tk::Table cusom keys scrolll question
That has to be the l
RE:RE:Tk::Table custom keys scroll question
>-Original Message-
>> From: [EMAIL PROTECTED]
>> [mailto:[EMAIL PROTECTED] On
>> Behalf Of [EMAIL PROTECTED]
>> Sent: November 21, 2004 10:28 PM
>> To: [EMAIL PROTECTED]
>> Subject: RE:RE:Tk::Table cusom keys scrolll question
>> _
>> t
on reading sms messages from mobile phone
Hi all!
I have siemens c55 mobile connected
to my pc
I also have programm "phone data suite"
which allows for reading incoming sms messages
from mobile.
aforementioned programm from my point of view
is "thing in itself" :
it is menu driven and have no
desc
Hi!
Is there telnet server for windows98
which works with Net::Telnet ?
I downloaded some 6 servers
some of them are not working
at all,some does't work
with Net::Telnet
And 2-nd question:
how to start fixed program/without params/ on windows98 box
from linux box (on a local network) ?
___
[EMAIL PROTECTED] wrote:
> And 2-nd question:
> how to start fixed program/without params/ on windows98 box
> from linux box (on a local network) ?
>
You can 'use IO::Socket;' on the Windows box to set up a simple server, and
'use IO::Socket;' on the linux box to send the "start" message to the
i All!
In following snippet
I have 2 parallel arrays @list and @data
and I want on selecting entry in listbox
to see corresponding data array element in textbox
using UP and DOWN arrows is OK
but I have to make 2 mouse clicks to make right selection!
MY question - how to modify this scheme
to ma
Hi all!
I have Activestate Perl build 810
Is there a possibility of using
Gimp 2.0 perl package in this version of perl ?
___
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/
Hi All!
after my outlook express died unexpectedly
I use Netscape Mail
MY question is:
I used Mail::Transport::Dbx to get outlook express
mail messages/writing mess's to database/
Which perl module i am to use to get
mail messages from Netscape ?
___
Pe
At 10:20 AM 4/5/05 -0700, $Bill Luebkert wrote:
>>So you have the right attitude, but now you need training. And
>>since your using Lotus Notes, your boss may need training too. :)
All PHB's are in need of training.
===
I get this acronym:
PHB Psycho Hose Beast
??
Hi Perl users!
Is there a way of reading
content of MFC Grid control ?
thank you !
___
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
I installed Mail::MboxParser module
In SYNOPSIS section of the docs
+++
my $mb = Mail::MboxParser->new('some_mailbox',
decode => 'ALL',
parseropts => $parseropts);
# ---
#
Hi All!
I need to extract attachments from mail in Perl
this i can do,but filenames when in cyrillic are wrong
typical filename in mail message looks like
my $name="=?UTF-8?B?0L8xX9C80LXRgdGP0YfQvdCw0Y8ucnRm?=";
i need to convert this to utf8 and then to cp1251
How precisely to do this ?
_
[EMAIL PROTECTED] [a], on Monday, May 23, 2005 at 05:12 (UT) wrote:
a> typical filename in mail message looks like
a> my $name="=?UTF-8?B?0L8xX9C80LXRgdGP0YfQvdCw0Y8ucnRm?=";
a> i need to convert this to utf8 and then to cp1251
a> How precisely to do this ?
I think you have to decode this via MIM
Hi All!
In the following snippet:
use strict;
use Tk;
require Tk::LabFrame;
my $top = new MainWindow;
my $bar=$top->LabFrame(-label => 'buttons bar');
$bar->pack;
my $exi=$bar->Button(-command=>\&exi,-text=>'exit');
$exi->pack(-side=>'left');
my $prg=$bar->Button(-command=>\&prg,-text=>'prg');
[EMAIL PROTECTED] wrote:
>> Hi All!
>> In the following snippet:
>>
>> use strict;
>> use Tk;
>> require Tk::LabFrame;
>> my $top = new MainWindow;
>> my $bar=$top->LabFrame(-label => 'buttons bar');
>> $bar->pack;
>> my $exi=$bar->Button(-command=>\&exi,-text=>'exit');
>> $exi->pack(-side=>'
31 matches
Mail list logo