Re: perldoc

2005-12-18 Thread Eric Amick
On Sun, 18 Dec 2005 12:05:07 -0800, you wrote: >At 09:03 PM 12/15/2005 -0800, Suresh Govindachar wrote: >> >> 1) What does the following line do? >> >> >> >> eval 'exec C:\opt\perl\bin\perl.exe -S $0 ${1+"$@"}' >> >> if 0; > >In perl it does nothing. Under bash it executes per

RE: perldoc

2005-12-17 Thread Chris Wagner
At 09:03 PM 12/15/2005 -0800, Suresh Govindachar wrote: > >> 1) What does the following line do? > >> > >> eval 'exec C:\opt\perl\bin\perl.exe -S $0 ${1+"$@"}' > >> if 0; In perl it does nothing. Under bash it executes perl with itself as an argument. Although my tests indica

Re: perldoc

2005-12-15 Thread $Bill Luebkert
Suresh Govindachar wrote: > >> 1) What does the following line do? > >> > >> eval 'exec C:\opt\perl\bin\perl.exe -S $0 ${1+"$@"}' > >> if 0; > > > > That's just running perl against the bat file. > > But doesn't the if 0 condition mean that nothing happens? > (Th

Re: perldoc

2005-12-15 Thread $Bill Luebkert
Suresh Govindachar wrote: > Hello, > > Wanting to capture the output of perldoc with a perl variable, > I looked at perldoc.bat. What perldoc.bat does is run the > following script with the arguments given to perldoc: > 1) What does the following line do? > > eval 'exec C:\opt\per

RE: perldoc

2005-12-15 Thread Suresh Govindachar
$Bill Luebkert Sent on December 15, 2005 8:29 PM -0800 >Suresh Govindachar wrote: > >> Wanting to capture the output of perldoc with a perl variable, >> I looked at perldoc.bat. What perldoc.bat does is run the >> following script with the arguments given to perldoc: > >

Re: perldoc question

2005-09-28 Thread Reinhard Pagitsch
[EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: Hi All! I Have 2 perl scripts first script calls Win32::Process::Create and exits in second script I want to kill process created in first script But how I can pass $procobj to second script to kill it like <$procobj->Kill($exi

Re: perldoc with multiple tries

2005-03-14 Thread $Bill Luebkert
Suresh Govindachar wrote: > Hello, > > What's a good way to put a wrapper on perldoc so that > a call such as "perldoc -k [options] arg" acts as follows: > > if "perldoc [options] arg" succeeds, returns it; >else if "perldoc [options] -f arg" succeeds, returns it; >else if "perl

Re: Perldoc problem was Re: regular expression on military time

2003-07-27 Thread John
On Monday, July 28, 2003 1:32 AM AEST, Gerry Green wrote: > Just a quick note: > > - Original Message - > From: "John" <[EMAIL PROTECTED]> > To: "Ted S." <[EMAIL PROTECTED]> > Cc: "Perl-Win32-Users" <[EMAIL PROTECTED]> > Sent: Sunday, July 27, 2003 3:07 AM > Subject: Perldoc problem was R

Re: Perldoc problem was Re: regular expression on military time

2003-07-27 Thread Ted S.
On 27 Jul 2003, Gerry Green wrote in perl: > Just a quick note: > > - Original Message - > From: "John" <[EMAIL PROTECTED]> > To: "Ted S." <[EMAIL PROTECTED]> > Cc: "Perl-Win32-Users" <[EMAIL PROTECTED]> > Sent: Sunday, July 27, 2003 3:07 AM > Subject: Perldoc problem was Re: regular exp

Re: Perldoc problem was Re: regular expression on military time

2003-07-27 Thread Gerry Green
Just a quick note: - Original Message - From: "John" <[EMAIL PROTECTED]> To: "Ted S." <[EMAIL PROTECTED]> Cc: "Perl-Win32-Users" <[EMAIL PROTECTED]> Sent: Sunday, July 27, 2003 3:07 AM Subject: Perldoc problem was Re: regular expression on military time > If it does work, invoke 'path c

RE: Perldoc in Windows produces odd output

2003-02-24 Thread Burak Gürsoy
well... it looks like the only solution is to install the new perldoc: http://search.cpan.org/author/SBURKE/Pod-Perldoc/ It solved my problem. this was also discussed in pod-people > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf > Of Franz, Roger > Se

Re: perldoc fickleness

2002-09-17 Thread Sisyphus
- Original Message - From: "$Bill Luebkert" <[EMAIL PROTECTED]> To: "Sisyphus" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, September 18, 2002 1:45 PM Subject: Re: perldoc fickleness > Sisyphus wrote: > > > > It

Re: perldoc fickleness

2002-09-17 Thread $Bill Luebkert
Sisyphus wrote: > > It finally all made sense - when I grasped the basics of what's happening. > > When I run 'perldoc' it comes up one page at a time with 'more' - and once > I've got to the bit I > want to read, I then kill it with Ctrl-C. Try typing 'q' instead. > When I do that the tempora

Re: perldoc fickleness

2002-09-17 Thread Sisyphus
- Original Message - From: "James E Keenan" <[EMAIL PROTECTED]> > > > > And now that I've read the sysopen documentation, I've decided it's > cleaner > > to remove the O_EXCL than it is to unlink. Works fine, also. > > > > I'm now left wondering how come this is not a common problem, and

Re: perldoc fickleness

2002-09-17 Thread James E Keenan
On Tue, 17 Sep 2002 13:56:23 +1000, "Sisyphus" <[EMAIL PROTECTED]> wrote with regard to: Re: perldoc fickleness: > > And now that I've read the sysopen documentation, I've decided it's cleaner > to remove the O_EXCL than it is to unlink. Works fine, a

Re: perldoc in tk window?

2002-05-16 Thread Bob Davis
It looks like tkpod does what I want. Use ppm and install tk-pod Bob Davis wrote: > Is there a command to have perldoc command display in a text window? > An option off of "perldoc -tk". > > bob > > ___ > Perl-Win32-Users mailing list > [EMAIL PROTEC

RE: perldoc

2002-05-07 Thread Iacoboni, Vince
quot;--htmlroot=$outfile_path_root", "--libpods=perlfunc:perlguts:perlvar:perlrun:perlop", ); print "-- Created $outfile_path_root/$path/$name.html\n"; print LOGFILE "-- Created $outfile_path_root/$path/$name.html\n"; } } }

Re: perldoc

2002-05-07 Thread Jim Angstadt
--- [EMAIL PROTECTED] wrote: > Hi, > > Someone recently mentioned that their local HTML > perldocs was automagically regenerated after they > downloaded and installed new modules. Well, mine > never is. I don't care whether it's automagical or > not but is there a way of doing it? I suppose it's