in reply to CGI Filenames and decode_entities
Why did you write this use CGI qw(:cgi-lib);??
Also why would you call decode_entities on $filename?
I can't imagine a reason you would need to use either of those things, so it kinda doesn't make sense to try to figure out why you're seeing what you're seeing
It could be as simple as depending on what version of CGI.pm, $filename could be a simple string, or an object
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: CGI Filenames and decode_entities (why)
by Marais (Novice) on Jul 23, 2015 at 22:56 UTC | |
by Anonymous Monk on Jul 24, 2015 at 00:08 UTC |