http://www.perlmonks.org?node_id=126756


in reply to Re: SCS2CSS
in thread SCS2CSS

Thanks for the tips. :)

I never would have thought of putting the argument vector processing all in one line like that. I kinda just did it the 'C' way. Kudos to you.

Ah, the heredoc operator...I don't know why I haven't thought of that one myself (I use it all the time for cgi). But the strangest thing of all, is why did I put my print staements in parenthesis?

The mysteries of programming on \0 caffeine. This could be an X-File...

Update: Okay, I finally changed it and tested it. It looks alot better now, thanks.