http://qs321.pair.com?node_id=258625

harish has asked for the wisdom of the Perl Monks concerning the following question:

Hi Monks,

Iam trying to convert a small program from VB to Perl. I am having problem with this line.

In VB, the line is :
oReport.Export (False) ## and this works fine.
In Perl, Iam have tried the following...and other combinations..
$oReport->Export 0 ; $oReport->Export(0) ;
But neither works.. Any other ideas..

Thanks
Harish

edited: Fri May 16 13:37:43 2003 by jeffa - code tags - formatting