Is there a way that I can make it so that when someone clicks the close 'cross' button in the upper right corner of the window, it does not destroy the window, but, rather, hide the window? Like with ShowWindow(hWnd, SW_HIDE)
so instead of this: print '<style>{font-family:arial;font-size:30px}';
i have to put this: print '<style>{font-family:arial', ';', 'font-size:30px}';
???
The browser will return a 500 error if no text is sent to the browser - even if there are no syntax errors.
For example:
if ($asdf == $qwerty)
{
print "Content-type: text/html", "\n\n";
print "<body>fasdfasdf</body>";
}
############
# end code #
############
if...
does anyone know how to print a colon?
for example:
print '<head><style>{ font-family:arial;font-size:30px}</style></head>';
clearly, this does not work because of the colon in the text. is there a way to have perl print special characters? help would be appreciated.
-XeNoR-
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.