in reply to Re: getting parameters
in thread getting parameters
its like this i get the parameters from html file to hello.pl very well, no problem with these both files bt the problems comes when i want to pass the parameters(strings) i got in hello.pl to welcome.pl, thats why i did $x = $cgi->param('$fname') because we used $fname to show paramter from html in hello.pl, and now am trying to print $x to show the parameter or string value $fname from hello.pl take time look at the script flow, then u will understand wat am taking about, or try to run it at ur side
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: getting parameters
by poj (Abbot) on Nov 29, 2014 at 20:54 UTC | |
by bigup401 (Pilgrim) on Nov 29, 2014 at 22:05 UTC |