RE: How do you find out the size of a file

2003-10-20 Thread Brad Fike
I use the stat function. -Brad >-Original Message- >From: Chinku Simon [mailto:[EMAIL PROTECTED] >Sent: Monday, October 20, 2003 4:24 PM >To: [EMAIL PROTECTED] >Subject: How do you find out the size of a file > > >Hi, > >I have a requirement to find out the size of a file existing >in a

Help installing XML::Parser 2.31

2003-03-19 Thread Brad Fike
--- Has anyone seen this and know how to fix it? Thanks, Brad Fike ** This email and any files transmitted with it are confidential and intended solely for the individ

Error when I try to use perldoc

2002-08-28 Thread Brad Fike
I get the following error when I try to get documentation about a module or function. Can't spawn "cmd.exe": No such file or directory at C:\Perl\bin/perldoc.bat line 395. does anyone have a fix for this? -Thanks, Brad ** Not

RE: Perl Win32 Application.

2002-06-27 Thread Brad Fike
I would use the Tk module. But I think there is also a Win32::GUI module. (or something like that) > -Original Message- > From: Joe Echavarria [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, June 27, 2002 9:57 AM > To: [EMAIL PROTECTED] > Subject: Perl Win32 Application. > > Hi there,

RE: roll your own small smtp server

2002-06-27 Thread Brad Fike
could copy-and-paste into an email? Thanks, Brad > -Original Message- > From: drieux [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, June 27, 2002 9:45 AM > To: begin begin > Subject: Re: roll your own small smtp server > > > On Thursday, June 27, 200

roll your own small smtp server

2002-06-27 Thread Brad Fike
Hello all, I know about the net::smtp module and use it. What I would like to do is find a module or a script that can run like it's own smtp server. (ie there is not one available on my network) Does anyone know of a module to do that or have some code using a lower level module (io::socket)

RE: Embedded Perl

2002-06-25 Thread Brad Fike
For embedding I've tested Mason and Embperl and found that Embperl for less complicated and allowed for easier to read code (which is important when you are working in a team). But I have recently moved to HTML::Template. I really like the separation of HTML and code that it allows and I also fe

Textarea element returns "carriage return/line feed" but I want just the "\n"

2002-06-24 Thread Brad Fike
All, I have written a small cgi script that allows my users to submit some text to a db. everything work well except that it seems to be doubling their return keys. Each time they modify their entry the lines get one return key further apart. I read this in one of the Oreilly books... "Upon subm