Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I have separated the hyperlink into two PRINT statements, one for the part I want plusses instead of spaces, and one for the part I want spaces for spaces. Assume I know nothing, I am very new and am amazed I've accomplished this much :o) Thanks to any and everyone with a helpful word.open FILE, ">$now_song"; print FILE "<a href=nap:search\?artist=$FORM('songartist'}\&title= +$FORM{'songtitle'}>"; print FILE "$FORM{'songartist'} - $FORM{'songtitle'}</a>\n"; close(FILE);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(jeffa) Re: Plusses obnox me
by jeffa (Bishop) on Apr 21, 2001 at 08:49 UTC | |
by suaveant (Parson) on Apr 21, 2001 at 19:01 UTC | |
by Anonymous Monk on Apr 21, 2001 at 09:45 UTC | |
|
Re: Plusses obnox me
by Fastolfe (Vicar) on Apr 21, 2001 at 21:55 UTC |