in reply to Pass a parameter to a callback function
The correct way should have the parameter in quotes:&{parser}($url);
&{parser}("$url");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Pass a parameter to a callback function
by ikegami (Patriarch) on Oct 15, 2009 at 01:14 UTC |