lapsan has asked for the wisdom of the Perl Monks concerning the following question:
Hi. I'm a newbie. I need help. :)
I have a script that reads the first line in a file (a department name) and stores it in $department[0]. When $deptartment[0] is passed via GET it appears in the URL as follows:
www.example.com/script.pl?department=Customer Service
I want to be able to use what is passed (Customer Service) and display it as such in HTML (i.e.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Arrays: More than one word
by btrott (Parson) on Apr 12, 2000 at 23:25 UTC | |
|
Re: Arrays: More than one word
by doran (Deacon) on Apr 13, 2000 at 03:26 UTC | |
|
RE: Arrays: More than one word
by Anonymous Monk on Apr 13, 2000 at 16:59 UTC | |
|
RE: Arrays: More than one word
by Anonymous Monk on Apr 13, 2000 at 19:42 UTC |