use CGI qw(header);
print header (-Content_Type => "text/xml");
works fine.
2006/3/14, Mario R. Sanchez, Ph.D. <[EMAIL PROTECTED]>:
thank you but i've narrowed it down to something else - sorry for theconfusion.the running of the script was working - the error was on displaying...
the perl scri
could you post your _javascript_ ?
2006/3/14, Mario R. Sanchez, Ph.D. <[EMAIL PROTECTED]>:
your ideas:i have a perl script x.pl that outputs a text file and does nothing else.runs great.
i want to run that script automatically when a user calls up an htmldocument.using _javascript_ and body onload
try setting repository to
http://ppm.ActiveState.com/cgibin/PPM/ppmserver-5.8-windows.pl?urn:/PPMServer
2006/3/8, Yekhande, Seema (MLITS) <[EMAIL PROTECTED]>:
Hello Everyone,
I have installed perl on my PC from ActiveState. But one problem exists with it when I give the prompt as ppm. It goes
Got 45 emails O_O
2006/3/8, Denis Peuziat <[EMAIL PROTECTED]>:
You're right, yesterday I received old messages, I didn't check the headerbut it was definetly old threads I wroteA virus somewhere??
Denis To
Data::Dumper
B::Deparse
2006/3/6, Lyle Kopnicky <[EMAIL PROTECTED]>:
What's the simplest way to make a deep copy of a data structure?Certainly this must be in some standard module. I'm trying to back up a
portion of the registry, using Win32::TieRegistry, to a nested hashinside the program. Late