Re: accidently changed stdout | can't print to screen

2006-03-07 Thread Earthlink-m_ryan
thinbrowser wrote: also, try printing in a editor that captures ouput, and also allows you to submit arguments just like on a command prompt. Crimson Editor (windoz freeware) does that. Let us know if anything you try .. works? Thanks for all the great advice. I was able to track down the pro

Re: accidently changed stdout | can't print to screen

2005-03-01 Thread Earthlink-m_ryan
thinbrowser wrote: also, try printing in a editor that captures ouput, and also allows you to submit arguments just like on a command prompt. Crimson Editor (windoz freeware) does that. Let us know if anything you try .. works? Thanks for all the great advice. I was able to track down the problem.

Re: accidently changed stdout | can't print to screen

2005-03-01 Thread Earthlink-m_ryan
thinbrowser wrote: also, try printing in a editor that captures ouput, and also allows you to submit arguments just like on a command prompt. Crimson Editor (windoz freeware) does that. Let us know if anything you try .. works? Thanks for all the great advice. I was able to track down the problem.

Re: accidently changed stdout | can't print to screen

2005-03-01 Thread Earthlink-m_ryan
perlmails wrote: Can you print this one liner:? DOS>perl -e "print 'Hello World'" Yes, I can print with c:>perl -e "print 'Hello World'" Still can't print from a script. Checked file association that wasn't it. Thanks for the reply. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm

Re: accidently changed stdout | can't print to screen

2005-03-01 Thread Earthlink-m_ryan
lohit wrote: if you think you have changed environment, use a new 'cmd' prompt. you couldn't have possibly changed system environment variables. the above code snippent should work .one way is to write new piece of code and test it out. I have tested several programs. I have also run a program that

Re: accidently changed stdout | can't print to screen

2005-03-01 Thread Earthlink-m_ryan
bright true wrote: Hello , sorry i didn't read it carefully .. well , first try by removing the "exit" at the END check the Error LOGS to see if there's an Error which make the output doesn't appear on the screen bye What Error LOGS are you referring to. I don't get any errors. I can change my S

Re: accidently changed stdout | can't print to screen

2005-03-01 Thread lohit
On Tue, 1 Mar 2005 09:17:09 -0800, bright true <[EMAIL PROTECTED]> wrote: > Hello , > > are you trying to print out in a web browser ? ? if so ... then > > add the following line before your print line : > > print "content-type: text/html \n\n"; > > bye > > On Tue, 1 Mar 2005 10:40:53 -0500, E

RE: accidently changed stdout | can't print to screen

2005-03-01 Thread Manav Mathur
Also, there should be a space between #!/usr/bin/perl and the -w switch. Manav -Original Message- From: bright true [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 01, 2005 10:51 PM To: Earthlink-m_ryan Cc: beginners@perl.org Subject: Re: accidently changed stdout | can't print to s

Re: accidently changed stdout | can't print to screen

2005-03-01 Thread bright true
Hello , sorry i didn't read it carefully .. well , first try by removing the "exit" at the END check the Error LOGS to see if there's an Error which make the output doesn't appear on the screen bye On Tue, 1 Mar 2005 10:40:53 -0500, Earthlink-m_ryan <[EMAIL PROTECTED]> wrote: > Has any

Re: accidently changed stdout | can't print to screen

2005-03-01 Thread bright true
Hello , are you trying to print out in a web browser ? ? if so ... then add the following line before your print line : print "content-type: text/html \n\n"; bye On Tue, 1 Mar 2005 10:40:53 -0500, Earthlink-m_ryan <[EMAIL PROTECTED]> wrote: > Has anyone ever accidentally changed the stdout