drag and drop for web?

2005-04-16 Thread Maxipoint Rep Office
have Perl some good modul for Drag and Drop files on the web.. for example that web site visitor inside control panel can drag and drop for upload on the server all files like: .zip, images, and other files -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL P

using GET of NET::FTP

2005-04-16 Thread Sunil Kumar Darshanam
get ($remote,$local,$where) is failing whenever i use the third arguement. here in this case my file to be downloaded from FTP is of size 5MB. 2Mb of it is downloaded, now when i am executing the get ($remote,$local,$where) with $where as 2MB(2048), get method is returning me nothing and download

Re: is there any way to create a variable from text?

2005-04-16 Thread Randal L. Schwartz
> "Bj" == Bj <[EMAIL PROTECTED]> writes: Bj> Its in reference to my last question. I was looking at xlstand xpath, Bj> but I think I have the same problem I am having with xml simple. I Bj> dont know the path names in advance or how many nodes I have,a nd I Bj> need to take teh union of all n

error

2005-04-16 Thread Octavian Rasnita
Hi, I have just install ActivePerl 5.8.6.8.11 under Windows 2000, and right after this, I have used the command: e:\usr\bin\perlivp.bat It gave the result below. Does this version of perl have some problems, or the "perlivp.bat" program is bad? Thank you. ok 1 ok 2 ok 3 ok 4 ok 5 not ok 6 # P

Re: error

2005-04-16 Thread Offer Kaye
On 4/16/05, Octavian Rasnita wrote: > Hi, > > I have just install ActivePerl 5.8.6.8.11 under Windows 2000, and right > after this, I have used the command: > > e:\usr\bin\perlivp.bat > > It gave the result below. > Does this version of perl have some problems, or the "perlivp.bat" program > is

Passing array as refer ?

2005-04-16 Thread Michael Gale
Hello, I am trying to pass an array by reference since it could become very large. The function should take the array and print it out but only 10 elements per line. #!/usr/bin/perl -w use strict; use warnings; use DBI; .. sub printlist { my $arrayref = @_; my $max = $arrayr