At 05:51 PM 1/9/2006 -0800, Lists wrote:
>@files = <$path/*>;
I would do:
@files = glob "$path/*";
foreach $file (@files) {
do_something;
}
--
REMEMBER THE WORLD TRADE CENTER ---=< WTC 911 >=--
"...ne cede malis"
0100
___
Perl-
Spencer_Lists wrote:
> Greetings ,
>
> I am trying to create an array with all of the files in a folder so
> that I can do various things with them. I have no problem unless the
> path contains space characters such as "documents and settings" I have
> written TK applications that use dirtree and
On Mon, 09 Jan 2006, Spencer_Lists wrote:
> I am trying to create an array with all of the files in a folder so
> that I can do various things with them. I have no problem unless the
> path contains space characters such as "documents and settings" I have
> written TK applications that use dirtree
Hi,
How do I add new
line to the gd graph title?
I tried "\n", this
did not work.
Thanks
Mark
___
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Howdy all,
Can anyone comment on the performance of Net::FTPSSL or recommend a module
for performing FTP through an SSL connection?
Terry E. Vaughn
Phone: 843-841-
Cell: 843-319-0481
___
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.Ac
I will be out of the office from 09/01/2006 to 21/01/2006.
Thank you for the email. I shall respond as soon as I get back to the
office.
Regards.
___
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listse
Your program must have access to the Access DB files themselves for
the ODBC connection to work, that is why your process works if the DB
is on the server itself.
You'll have to make the files available via some sort of file-sharing
- NFS or Windows file sharing.
On 1/9/06, Hsu, David <[EMAIL PRO
Yes. It's no problem if the Access DB is on the server itself and I
create an ODBC connection to it.
David
-Original Message-
From: Ken Barker [mailto:[EMAIL PROTECTED]
Sent: Friday, January 06, 2006 6:06 PM
To: Hsu, David; perl-win32-users@listserv.ActiveState.com
Subject: Re: remote
On Jan 7, 2006, at 03:49, Lyle Kopnicky wrote:
Doesn't that just let me import the methods of the class into my own
namespace, from another file? That would be weird - they're supposed
to be methods of a class. They belong in the class' namespace, not
mine.
They won't be imported unless y