Re: a problem about getpos of FileHandle

2000-10-20 Thread Steve Hollingsworth
This is an easy mistake to make. If you read the documentation getpos returns an "opaque" value. This means, briefly, that it is implementation-dependent what's in it. But it is guaranteed to return you to that location if you use it as an argument to setpos. Because I happen to know that, in

(no subject)

2000-10-20 Thread Íõ¾ü
hello; i am working in netscapeserver with web.sql,i found the web.sql doesn't suport ; i write a upload.pl worked well in my NT4 with IIS3,but put it under web.sql, i get the path of the file instead of the content. --upload.htm- Untitled Document

a problem about getpos of FileHandle

2000-10-20 Thread Íõ¾ü
hi, i am using modle FileHandle; i write the code below in NT4: __ use FileHandle; my $fh = new FileHandle "c:\\winzip.log","r"; my $pos = 0; while(<$fh>) { print; print "-"; $pos = $fh ->g

PerlApp With Tk

2000-10-20 Thread Vince Tran
Hello Everyone, I'm trying to perlapp (freestanding) a simple script with Tk module and getting an error when I run the executable saying "Can't locate Tk/Label.pm in @INC." Perlapp runs fine with no errors. Hope someone has run into this and found a workaround. Thanks in advance for your help

FW: List archives

2000-10-20 Thread RALPH
this site maintains searchable archives for active state and a number of other listserv's. http://marc.theaimsgroup.com/ -Original Message- From: Mansournt, Eliezer (CICG - Direct Markets) [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 19, 2000 7:43 PM To: ActivePerl Subject: List arc

cant' install dbd::interbase

2000-10-20 Thread chomdang
Hi, I'm trying to install dbd::interbase on a win32 machine. I installed DBI with the PPM.pl utility, but I couldn't find dbd::interbase with the PPM.pl utility. So I went to CPAN, and I downloaded dbd::interbase. When I made the command perl makefile.pl , I got the message : "Using DBI 1.

SQL 7 and dbiproxy

2000-10-20 Thread Andrew McCall
I've tried to install the dbiproxy under Windows to serve a MsSQL database. However, It wont start. I've intstalled all of the modules that it's asked for up to the last which is the Storable.PM I've installed all the modules using PPM where avalible otherwise I made them with the pmake program.