the_slycer has asked for the wisdom of the Perl Monks concerning the following question:
So, you can see the commented out bit there. Leaving it as is, the user name prints properly - ie: auser. Uncommenting that concatentation, the user name prints like "Win32::OLE=HASH(0xd801834).jpg"..... previous stuff .... my $user = $ui{'NAME'}; #$user = $user . "jpg"; %> User name is <%= $user %> <% .... more stuff
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Problem with ASP/Perlscript
by Anonymous Monk on Aug 27, 2002 at 13:43 UTC |