hi
i am having a problem getting proper modified time dates of files when
using the win32:Internet ftp list, or the standard directory listing
i do this
($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) =
localtime($file->{'mtime'});
then for each file i do something like this
print "$year
I have a process running, which is writting to a file(using print instead of
syswrite),
and I have a small dialogbox with a progressbar and an abort button. The
problem is when I
click the abort button, I get a GUI message "select: Bad file descriptor at ...
line 412".
This is the line where I r
hi
i am using the win32:console module, and it seems that the built-in color
constants are not importing.
eg.
Variable "$FG_YELLOW" is not imported at bftpc.pl line 57.
Variable "$BG_BLUE" is not imported at bftpc.pl line 57.
how do i import them.
thanx
Jeremy
Erick,
Very nice work. Here's one small thing that I noticed:
On the page http://www.jeb.ca/howto/Win32-GUI-HOWTO-2.html it says:
OK, now we need make sure the window will be displayed. By default, windows
start hidden, so they won't be visible on screen. To make them visible, we
need to use th
Jonathan wrote:
Along those lines how about being able to make a program go to a web page
that is a perl script and feeding the results of the script back to the
local program?
I guess libwww is pretty much what you want:
use LWP::Simple;
$doc = get 'http://www.sn.no/libwww-perl/';
It is
> Please have a look at the GOE (GUI Object Explorer) at
> http://www.fairymails.com/perl/
> Download either goe.zip or the the other three files (which are
> actually the contents of the zip), start goe.pl and give it a
> Win32-GUI script in the fileopen dialog. If it happens to find a *.ui
> file
Along those lines how about being able to make a program go to a web page
that is a perl script and feeding the results of the script back to the
local program?
Jonathan
- Original Message -
From: <[EMAIL PROTECTED]>
To:
Sent: Tuesday, April 03, 2001 9:30 AM
Subject: [perl-win32-gui-user
Hi,
I have a program that uses Win32::GUI modul.
Is there any way to open a HTML document in a created window?
I would like to open the HTML document in a similar(the same )
way as it it is done in a web browser.
Thanks for help.
Ladislav
8 matches
Mail list logo