Gossamer Forum
Home : General : Perl Programming :

Calling a Perl Script to count the length of an external array..

Quote Reply
Calling a Perl Script to count the length of an external array..
Anyone know how I can do this!?! I created an HTML document which contains a form and when you submit it, it prints out the info in a table and I need to somehow count the length of that same external array which will give the number length in a nav column to the right. No, I dont have a database.. Oh and the portion that is printed back out is printed in bulk HTML as in the single line that opens (print <<"HTML code" Wink and then with (HTML code) to close it..

[This message has been edited by DoomsDayVirus (edited February 06, 2000).]
Quote Reply
Re: Calling a Perl Script to count the length of an external array.. In reply to
Nevermind, I figured it out.. T'was a Helluva lot easier than I thought...