Link to home
Start Free TrialLog in
Avatar of pantherchen
pantherchen

asked on

can't hand over parameters from html to perl!

Hi!

I have a HTML-page with a simple link to mp3.pl. It works fine. But how to hand over parameters? I tried:
<a href="mp3.pl?key1=value1&key2=value2> and so on.
I guess thats the post-methode(?). So I read in the parameters with:
read(STDIN, $Income, $ENV{'CONTENT_LENGTH'});

But the mp3.pl don't get ANY parameters!

It works with forms (and submit-buttons), so, what do I wrong????

MfG Panther
ASKER CERTIFIED SOLUTION
Avatar of maneshr
maneshr

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of pantherchen
pantherchen

ASKER

Yeah, it works fine! Thank you very much (I've already spent about 4 hours by solving it by myself)!!!!!
Glad to know that your problem was solved. :-)

Rgds