I'm having problems passing a variable. Below is a snippet.
@host is NOT an array, it's actually a parameter (hence the '). However, $ep is a variable I'm trying pass. But with the ('), it's not capturing the actual value.
to no avail. I know it's something simple.