Ask a Question related to PERL Beginners, Design and Development.
-
Paul Kraus #1
Slices
Can I declare from this element to end with an array slice.
@arary[3...] but this doesn't work?.
Paul Kraus
-----------------------
PEL Supply Company
Network Administrator
-----------------------
800 321-1264 Toll Free
216 267-5775 Voice
216 267-6176 Fax
[url]www.pelsupply.com[/url]
-----------------------
Paul Kraus Guest
-
Would you help me with Slices
Hi, I was wondering if I could ask anyone's help on something. I've created a website called www.ashliebrillault.net It is the official website... -
Hiding slices
I made a menu which then calls a sub menu on the mouse over using disjointed rollovers. on the sub menu i want to then do another disjointed... -
Help with slices
Hi, I have a few images some are gifs some are jpegs which I have optimized and now I want to put them on my website. Problem: Whenever I try to... -
Website and slices
I need help with slicing layouts. I just need to know how to slice them to where the more content you add, the longer the layout gets. I guess you... -
Using duplicate slices
Hello, I am creating a website that has 6 different landing pages but the pages are all layed out the same. Is there a way to use the slices... -
Steve Grazzini #2
Re: Slices
Paul Kraus wrote:
You can refer to the last index with $#arary, so:> Can I declare from this element to end with an array slice.
>
> @arary[3...] but this doesn't work?.
@arary[3 .. $#arary];
Is that what you meant?
--
Steve
Steve Grazzini Guest
-
Wolf Blaum #3
Re: Slices
>
What about @array[3..$#array]> @arary[3...] but this doesn't work?.
PS: @arary = typo?
Wolf
Wolf Blaum Guest



Reply With Quote

