Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^3: Unknown warnings/errors

by chargrill (Parson)
on Jan 29, 2007 at 23:11 UTC ( [id://597218]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Unknown warnings/errors
in thread Unknown warnings/errors

FYI, you can test ENV variables from the command line like so:

$ HTTP_USER_AGENT=MSIE perl myscript.cgi

Or:

$ HTTP_USER_AGENT=FireFox perl myscript.cgi

That is, put the environment variable name plus what value you want it to have, separated by an equals sign, immediately preceding your invocation of the script. Just a handy way to test things like that out.

But I'll second Joost's advice (though not to the letter) and suggest dealing with goofy IE CSS implementations through plain CSS.



--chargrill
s**lil*; $*=join'',sort split q**; s;.*;grr; &&s+(.(.)).+$2$1+; $; = qq-$_-;s,.*,ahc,;$,.=chop for split q,,,reverse;print for($,,$;,$*,$/)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://597218]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (6)
As of 2024-03-28 10:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found