| | |
concatenation question
Please support our Perl advertiser: Programming Forums - DaniWeb Sister Site
Thread Solved |
•
•
Join Date: Nov 2006
Posts: 4
Reputation:
Solved Threads: 0
I'm trying to append a string to an array value and it doesn't seem to be working. Can someone tell me what I'm doing wrong? The array values will be URLs with a trailing forward slash.
http://www.mywebsite.com/Details/pro...w-York-293486/
$values[10] .= '?cid=spontrue';
http://www.mywebsite.com/Details/pro...w-York-293486/
$values[10] .= '?cid=spontrue';
![]() |
Similar Threads
- C command-line I/O question (C++)
- adding prompts (C)
- New User (C)
- Apache Alias Directive... mod_alias question (Linux Servers and Apache)
- Completely new to C++ and have question about using char (C++)
- question on cooling (Cases, Fans and Power Supplies)
- Context-sensitive grammar question :( (Computer Science)
- Welcome PC Mod Kingdom peeps! (Geeks' Lounge)
- Laptop LCD built into a car? (Monitors, Displays and Video Cards)
- Changing Network Configuration (*nix Software)
Other Threads in the Perl Forum
- Previous Thread: Extract data from a saved file
- Next Thread: How to extract a value in perl??
| Thread Tools | Search this Thread |





