Re: Re[2]: Recompile at execute

2006-09-25 Thread rob johnson
--- Christopher Taranto <[EMAIL PROTECTED]> wrote: > > Or you could you use: > > http://search.cpan.org/~msergeant/PPerl-0.25/PPerl.pm > will that even work on Win32? and the description makes it sound kind of unstable. __ Do You Yahoo!? Tired

RE: Perl in the Funnies

2006-09-19 Thread rob johnson
--- George Gallen wrote: > Obviously, a Peanuts fan :) not a Foxtrot fan! > Boondocks, baby! http://www.gocomics.com/boondocks/ __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com __

RE: Perl in the Funnies

2006-09-19 Thread rob johnson
--- Chris O <[EMAIL PROTECTED]> wrote: >> That's awesome. No mention of any other languages either. Bill Amend Rocks. are you even reading the same comic? did you not see the part where the kid says, "HTML, XHTML, CSS, XML, SOAP, AJAX, FLASH, PERL, JAVASCRIPT" ? http://images.ucomics.com/c

Re: Opening Files

2006-09-18 Thread rob johnson
oops... left a quotation mark out. i should have wrote: > The line > > open(FH,"<",$file) > > is the same as > > open(FH,"<$file") > __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yah

Re: Opening Files

2006-09-18 Thread rob johnson
Kevin, there is nothing wrong with your code fragments as they are written. Barry's comment is not accurate. The line open(FH,"<",$file) is the same as open(FH,"<$file) Your version (the first one) is technically more precise. the problem could likely be that your path is not bei

[OLE] Excel - problem creating multiple charts

2006-08-23 Thread rob johnson
Hi I am having a difficult time getting Excel automation to work correctly.specifically, i've become hung up on creating multiple charts. I am able to make a basic XY Scatter plot with the following code: == $Sheet->Range("A:A,D:D,K:K,R:R")->Select; $Chart = $