in reply to Re: Concat Error, but I'm not concatenating??
in thread Concat Error, but I'm not concatenating??
I think that should make the values defined in my collector script?$val = ""; $val2 = "123"; $url = "http://localhost/get.pl?&val1=".$val."&val2=".$val2; giving http://localhost/get.pl?&val1=&val2=123
sub happy(){ print << "THANKS"; Content-type: text/html <HTML> <HEAD> <TITLE>Trackerhappy :-)</TITLE> </HEAD> <BODY> ID: $node<br> Lat: $lat<br> Lon: $lon<br> </BODY> </HTML> THANKS }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Concat Error, but I'm not concatenating??
by cLive ;-) (Prior) on Apr 04, 2004 at 06:49 UTC |