- or download this
if ($query_str='') {
...
}
- or download this
if ($query_str == '') {
...
}
- or download this
if ('' == $query_str) {
...
}
- or download this
if ('' = $query_str) {
...
...
# Can't modify constant item in scalar assignment at example.pl line
+ 3,
# near "$query_str) "
# Execution of example.pl aborted due to compilation errors.