Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
i have encountered a line that says: print "rtn_name=$NAME";
i assume this is supposed to return the variable $NAME to the site that requested it. What i dont understand is, where did "rtn_name" come from? there is no mention or defining of it anywhere in the source files packaged with it. Is this suppoosed to be defined by me?
Thanksjanitored by ybiC: Retitle from less-than-descriptive "print" because one-word titles hinder effective searching. Also minor format tweaks for legibility
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Print and strings and variable names in strings
by thor (Priest) on May 26, 2004 at 12:01 UTC | |
|
Re: Print and strings and variable names in strings
by punkish (Priest) on May 26, 2004 at 22:48 UTC |