actually i m getting display problem while executing the perl code on mozilla browser...like difference in color or allignment...
I have written the code
<div style='position:absolute; top:90; left:110;'> <div style='position:absolute; top:140; left:110; width:360px; height: +160px; background-color:#2E4FB0; filter: Alpha(Opacity=70); '>
but IE generates the following code......
<div style='position:absolute; top:90; left:110;'> <div style='position:absolute; top:140; left:110; width:360px; height: +160px; background-color:#2E4FB0; filter: Alpha(Opacity=70); '>
and Mozilla browser generates the following code
<div style="position: absolute; top: 90px; left: 110px;"> <div style="position: absolute; top: 140px; left: 110px; width: 360px; heig +ht: 160px; background-color: rgb(46, 79, 176);"> </div>
Cud u giv me any solution for that....whether there are some browser settings
20060202 Janitored by Corion: Added formatting
Updated to
Hi I want to find the statistics of a word document through the open office by perl script....I have written the script for this which I attaching with my question...When I am executing the script I am getting the error on Line no 4 i.e.use OpenOffice::OODoc::Meta; use OpenOffice::OODoc; my $meta = OpenOffice::OODoc::Meta->new("test100.sxw"); my %stat = $meta->statistic; #(Line -- 4) #my $wc = $meta->statistic('meta:word-count'); print "word count = $stat['meta:word-count'] \n "; print " WORD COUNT $wc \n"; #print "This document contains " ."$stat{'meta:tablecount'} table coun +t \n "."$stat{'meta:image-count'} image count \n "."$stat{'meta:objec +t-count'} object count \n "."$stat{'meta:page-count'} page count \n " +."$stat{'meta:paragraphcount'} paragraph count \n "."$stat{'meta:word +-count'} word count \n "."$stat{'meta:charactercount'} character coun +t \n ";
Please suggest me some solution for this Thanx[OpenOffice::OODoc::XPath::new] No XML content Can't call method "statistic" on an undefined value at test_open1.pl l +ine 4.
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |