Hi
My html form is:
http://localhost/virtual/webdav_single_file_upload.pl";
METHOD="POST" ENCTYPE="multipart/form-data">
Select - - -
Vijay
Mr. Naveen
File 1:
Task: Trying to upload single file using webdav tool with if condition
against OPTION SELECTED.
My server perl code: web
In a message dated 4/6/2006 6:17:47 P.M. Eastern Standard Time,
[EMAIL PROTECTED] writes:
> > From: "Conrad, Bill (ThomasTech)"> > Subject: foreach
question> > > > Give a foreach loop> > >
> foreach $entry ( @list ) {> > > > }> >
> > Is there a way to get the position index within @list $
Conrad, Bill (ThomasTech) wrote:
Hi All
Give a foreach loop
foreach $entry ( @list ) {
}
Is there a way to get the position index within @list $entry is from
without counting the iterations of the loop
my @List = qw(one two three);
for(0 .. $#List) {
pr
- Original Message -
From: "Conrad, Bill (ThomasTech)" <[EMAIL PROTECTED]>
To:
Sent: Thursday, April 06, 2006 6:38 PM
Subject: foreach question
Hi All
Give a foreach loop
foreach $entry ( @list ) {
}
Is there a way to get the position index within @list $entry is from
without coun
> From: "Conrad, Bill (ThomasTech)"
> Subject: foreach question
>
> Give a foreach loop
>
> foreach $entry ( @list ) {
>
> }
>
> Is there a way to get the position index within @list $entry is from
> without counting the iterations of the loop
What I do when I need to know what element I'm dea
No.
On 4/6/06, Conrad, Bill (ThomasTech)
<[EMAIL PROTECTED]> wrote:
> Hi All
>
> Give a foreach loop
>
> foreach $entry ( @list ) {
>
> }
>
> Is there a way to get the position index within @list $entry is from
> without counting the iterations of the loop
>
> Than
Hi Kyle
Thanks for your reply.
If I have the following
my @List ( 'one' , 'two' , 'three' ) ;
foreach ( @List ) {
print $_ . "\n" ;
}
it will print
one
two
three
I thought that Perl had ano
- Original Message -
From: Conrad, Bill (ThomasTech)
Sent: 4/6/2006 12:38:20 PM
To: activeperl@listserv.ActiveState.com
Subject: foreach question
> Hi All
>
> Give a foreach loop
>
> foreach $entry ( @list ) {
>
> }
>
> Is there a way to get the position index
Hi All
Give a foreach loop
foreach $entry ( @list ) {
}
Is there a way to get the position index within @list $entry is from
without counting the iterations of the loop
Thanks
Bill Conrad
___
ActivePerl mailing list