- or download this
"@QUERY:FOO"
...data...
...
...data...
...etc...
"@ENDQUERY"
- or download this
while (<FH>) {
if ($_ =~ /^\"\@QUERY:(.*)\"/) {
...
}
}
}
- or download this
Using perl 5.6.1 unless otherwise noted.
Apache 1.3.27 unless otherwise noted.
Redhat 7.1 unless otherwise noted.