Re: run pl on load

2006-03-14 Thread -alpha-
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

Re: run pl on load

2006-03-14 Thread -alpha-
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

Re: How t set path for repository in PPM?

2006-03-08 Thread -alpha-
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

Re: old messages?

2006-03-08 Thread -alpha-
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

Re: Deep copy?

2006-03-06 Thread -alpha-
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