| ScribbleJ | If something else is handling it for you, you've got to deal with it. |
| Neozon1 | would this be the header? print "Content-Type: text/html;charset=utf-8\n\n"; |
| ScribbleJ | Yes, that is a header! *a* header |
| Neozon1 | ohhhh! :D thanks |
| ScribbleJ | It's header lines, blank line, body lines. :) |
| Neozon1 | so jam it anywhere in there? |
| ScribbleJ | Oh |
| action | Limbic_Region decides to watch some mind numbing tv |
| Limbic_Region | decides to watch some mind numbing tv |
| ScribbleJ | See the \n\n ? |
| Limbic_Region | TTFN |
| Neozon1 | yeah |
| action | Limbic_Region AFK & |
| Limbic_Region | AFK & |
| ScribbleJ | The \n\n is the blank line that makes the rest your body |
| Neozon1 | ah i see awesome thanks! :) also one more question, how many variables can i set in a cookie? |
| ScribbleJ | I'm not sure there's any practical limit to a cookie's size. If there is, I dont' know it. |
| kemixtry | i have a text file in which every line has several groups of white spaces which separate certain (groups of) words in such a regular way that the file, on the vertical, looks like a table (has regular spacing between columns). is there easy way to use perl in a "column-aware manner", that is, for instance, to make it eliminate extra spacing between two columns? |
| ScribbleJ | The HTTP spec would say |
| kemixtry | for instance, |
| Neozon1 | awesome thansk :) |
| kemixtry | foo bar foofoo bar foofoofoo bar should be replaced with: foo bar |
| Ani-_ | kemixtry: it should be replaced with: DO NOT PASTE IN THE CHANNEL. |
| kemixtry | foofoo bar |
| Chris62vw | kemixtry, keep going. you are not disturbing anyone |
| ScribbleJ | Hah |
| kemixtry | Chris62vw, Ani-_: i am not pasting |
| ScribbleJ | kemixtry, are you familiar witht he "regular expression?" aka "regexp?" |
| kemixtry | ScribbleJ: it's not easy to use regex on this |
| Ani-_ | DO I CARE? IT'S TOO MUCH TEXT ANYWAY. |
| kemixtry | ScribbleJ: that's why i'm asking |