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
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
> "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
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
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
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