mail::pop3client error

2001-05-16 Thread TECKIES.COM Online Magazine
hi, I am trying to use the Mail::POP3Client.pm module to access my mailbox When I run the script I get an error cannot close... which is generated by the last line, If I comments this line, I get nothing on the command line, the scripts runs without any output, what's wrong

question about copying a directory tree from one place to another

2001-05-16 Thread Satish Vadlamani
Hi: Suppose I have a directory c:/mydir/dir_test11/dir_test12 and c:/mydir/dir/dir_test21 I want to copy mydir and all its children to c:/mynewdir I am using activestate perl on win2000. I tried to use system(xcopy) but it did not work. I tried to use copydir but perl

Tabstop on Win32::GUI

2001-05-16 Thread daryll . elston
Does anyone know how to inlude a button(s) in a Tabstop, below is some sample code I am using and I would like to tab to $b1,$b2 and $b3. Thanks in anticipation. $desk_input = $l-AddTextfield( -left=135, -top =20, -width =110,

Re: filetest operators

2001-05-16 Thread Dirk Bremer
use Win32::File qw(:DEFAULT GetAttributes SetAttributes); my %Constants = ('A' = ARCHIVE, 'C' = COMPRESSED, 'D' = DIRECTORY, 'H' = HIDDEN, 'N' = NORMAL, 'O' = OFFLINE, 'R' = READONLY,

Antwort: question about copying a directory tree from one place to another

2001-05-16 Thread mkellner
Hi, did you use system xcopy /E ... (Copies directories and subdirectories, including empty ones.)? Bye, Martin. ___ Perl-Win32-Users mailing list [EMAIL PROTECTED] http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users