Re: naive LWP::Get question (perhaps JavaScript related?)

2012-06-09 Thread rocku
Hello, If you can use Firefox, there is a handy extension - HttpFox, which displays all requests which are sent to the server (including AJAX). This way you can forge the same request in your perl script and call it just like client side browser script does. Pozdrawiam, rocku rock

Bidirectional non-blocking IPC

2010-08-09 Thread rocku
n-blocking IPC on Win32? Please provide a short example if possible. -- Regards, rocku ___ Perl-Win32-Users mailing list Perl-Win32-Users@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Re: Resolve hostname by specified nameserver

2009-10-24 Thread rocku
't be any trouble > using it anywhere on Windows. It doesn't have to be installed globally to > use it. U can copy it into ur own directory and do a use lib in ur script > to load it. Even in the worst case scenario u can copy all of the Net::DNS > code directly in ur own s

Re: Resolve hostname by specified nameserver

2009-10-21 Thread rocku
Yes, the reason is that I am limited to standard ActivePerl modules. Serguei Trouchelle pisze: > rocku wrote: > >> I am aware about Net::DNS, >> but unfortunately I cannot use it because it's not standard in >> ActivePerl 5.10. > > Is there any reason n

Resolve hostname by specified nameserver

2009-10-20 Thread rocku
to query a specific nameserver about a DNS 'A' record? -- rocku ___ Perl-Win32-Users mailing list Perl-Win32-Users@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Re: Win32::MsgBox highlight text?

2009-10-01 Thread rocku
As Rob May responded, it is possible to copy from MsgBox, the user just has to press CTRL+C and window's content gets copied to clipboard. That will do for me. Thank you for all the other suggestions. rocku pisze: > Hi, > I need to make a popup window with text that is highlighta

Win32::MsgBox highlight text?

2009-09-30 Thread rocku
Hi, I need to make a popup window with text that is highlightable, so the user can select it and copy. Is it possible with Win32::MsgBox or any other module that is delivered out of the box in ActiveState Perl (Win32::GUI is not)? -- greets, rocku

Re: Win2008 / Vista UAC - elevage privileges

2009-08-26 Thread rocku
perl.exe > > the problem with manifest is that its not 'switchable' on or off. if you > use the manifest, all perl programs will be elevated. > > the interactive method allows you to control privilege elevation at runtime. > > -Original Message- >

Win2008 / Vista UAC - elevage privileges

2009-08-26 Thread rocku
Hi, is there a way to request administrator token from within a Perl script under Win2008 or Vista? -- rocku ___ Perl-Win32-Users mailing list Perl-Win32-Users@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Re: WMI Win32_PhysicalMemory on Virtual PC

2009-08-14 Thread rocku
For a WinXP guest VM I don't get anything when querying for Win32_PhysicalMemory. But on the other hand you can get memory information from Win32_OperatingSystem -- rocku BRZEZINSKI, PAUL pisze: > I written a WMI query that attempts to obtain physical memory capacity via > WMI call

Increase pipe buffer size

2009-07-28 Thread rocku
Hi all, I'm using ActiveState Perl 5.10. Is there any way to increase pipe's buffer size? By running the included sample script, I found that (at least at Windows Server 2003) it is limited to 512 bytes. I am aware that Win32::Pipe has a method which allows to alter the buffer size, but it use

Re: Perl and memory...

2009-07-24 Thread rocku
To answer your first question, take a look at Perl's FAQ: http://perldoc.perl.org/perlfaq3.html#How-can-I-free-an-array-or-hash-so-my-program-shrinks? Amine pisze: > Hi all, > > Look at the following script: > --- > > use Thread qw(:DEFAULT async yiel

DMI BIOS information

2009-07-01 Thread rocku
nformation. Under Linux I would use dmidecode. So my question is - how to get DMI BIOS information from within Perl in Win32 environment? -- rocku ___ Perl-Win32-Users mailing list Perl-Win32-Users@listserv.ActiveState.com To unsubsc