Getopt::Long

2012-05-16 Thread Rajesh Saha
ve idea how to implement it properly so that in the 3rd it would print like " This is help message" . Can anybody help please ? Thanks n regards Rajesh Saha

Re: Getopt::Long

2012-05-16 Thread Rajesh Saha
Hi, Sorry for one typo. Read "GetOptions" in place of "Getoptions" . Regards, Rajesh On Wed, May 16, 2012 at 2:39 PM, Rajesh Saha wrote: > Hi, > > In my program, I am using the module Getopt::Long > > My intension is that if the user chooses "--h

Excel::Writer::XLSX - pie chart legend's color

2012-09-26 Thread Rajesh Saha
;) ; $chart->set_style( 18 ); $worksheet->insert_chart ('A4', $chart,0,0) ; = To be precise, there are two categories in '=Sheet1!$C1:$D1' viz. "Pass" & "Fail" & I want them to be green & red respectively in pie chart . Thanks and regards, Rajesh Saha

Re: Excel::Writer::XLSX - pie chart legend's color

2012-09-27 Thread Rajesh Saha
ksheet->insert_chart ('A4', $chart,0,0) ; = To be precise, there are two categories in '=Sheet1!$C1:$D1' viz. "Pass" & "Fail" & I want them to be green & red respectively in pie chart . Thanks and regards, Rajesh Saha

help on pie chart color -- Win32::OLE

2012-10-08 Thread Rajesh Saha
Hi I already have a xlsx file which contains a pie chart with 3 legends. The requirement is that I have to change the colors of those 3 legends. I can create another excel file which contains a macro & can run the macro for the xlsx where I want to change the pie chart color . This is working fin