--- 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
--- 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
__
--- 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
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
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
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 = $