Dave Rolsky wrote:
Could people with Windows run the following bit of Perl:
perl -le '@t = gmtime(-1); print grep {defined} @t ? "[EMAIL PROTECTED]" :
"undef\n"'
OK.
c:\>perl -le '@t = gmtime(-1); print grep {defined} @t ? "[EMAIL PROTECTED]" :
"undef\n"'
Can't find string terminator "'" anywhere before EOF at -e line 1.
;)
Sorry, I know that's not what you wanted to know:
c:\>perl -le "@t = gmtime(-1); print grep {defined} @t ? \"[EMAIL PROTECTED]" :
\"undef\n\""
undef
HTH
John
--
John Peacock
Director of Information Research and Technology
Rowman & Littlefield Publishing Group
4501 Forbes Boulevard
Suite H
Lanham, MD 20706
301-459-3366 x.5010
fax 301-429-5748