Need help with PERL

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
mrortner
Beginner
Beginner
Posts: 5
Joined: Thu Sep 30, 2004 8:27 pm

Need help with PERL

Post by mrortner »

I have a rather complicated need.

I have a menu generated by a .pm file that has to be perl because I am passing some things back and forth.

My page looks like this.

Large windo
IFrame
IFrame

the first IFrame is my menu and the second is the results frame for the menu item I clicked.

I need to populate my menu with data from a database that I have and then need it to go across the first IFrame to the 2nd IFrame.

Is it possible to insert the menu_data into my perl module and then use perl variables to populate the menu items? If so then will it be possiblem for me to go across frames?

Has anyone done this before?
perldev
Mega User
Mega User
Posts: 115
Joined: Thu Aug 26, 2004 5:23 pm
Location: Chicago

Post by perldev »

To replace data source with /whatever/yourprog.pl will do it.
mrortner
Beginner
Beginner
Posts: 5
Joined: Thu Sep 30, 2004 8:27 pm

Post by mrortner »

I'm sorry, could you expand that thought a little?
I not very familiar with Milonic yet.
User avatar
Maz
Milonic God
Milonic God
Posts: 1717
Joined: Fri Jun 06, 2003 11:39 pm
Location: San Francisco
Contact:

Post by Maz »

Not sure, is it where you change menu_data.js to .pl
I know its done with .php sometimes.

maz
mrortner
Beginner
Beginner
Posts: 5
Joined: Thu Sep 30, 2004 8:27 pm

Post by mrortner »

That wont' work with perl files I don't think. Apache has the abiltiy to parse PHP script in files but not perl
User avatar
Maz
Milonic God
Milonic God
Posts: 1717
Joined: Fri Jun 06, 2003 11:39 pm
Location: San Francisco
Contact:

Post by Maz »

Sounds like you'll have to try placing the contents of menu_data in perl and let us know what happens.

I rarely see anyone talking about perl & js but someone might be able to help with the js.

maz
Post Reply