in reply to Re: IE specific conditional comments in header of CGI.pm
in thread IE specific conditional comments in header of CGI.pm

well, you're saying that there is no way, right?
  • Comment on Re^2: IE specific conditional comments in header of CGI.pm

Replies are listed 'Best First'.
Re^3: IE specific conditional comments in header of CGI.pm
by marto (Cardinal) on Apr 06, 2012 at 08:53 UTC
Re^3: IE specific conditional comments in header of CGI.pm
by Anonymous Monk on Apr 06, 2012 at 09:18 UTC

    well, you're saying that there is no way, right?

    I think he's saying you have to write it, but its better to switch to templates as early as possible, because the alternative is this

    monkeypatching one of CGI.pm's very complicated html generation subroutines, no test written for test suite

    I suppose it might be more genetic to accept

    { 'src' => '/styles/ie1.css', -wrapp => [ '<!--[if lte IE 6]>', '<![endif]-->' ], },
    but whatever :)