On Tue, Apr 5, 2011 at 6:54 PM, ANJAN PURKAYASTHA <
anjan.purkayas...@gmail.com> wrote:
> Hi,
> Is there any way to run a shell command from within a perl script and
> capture the output in, say, an array?
> One can run a shell command through the system function. But system itself
> just returns
On Thu, Jan 27, 2011 at 4:44 PM, C.DeRykus wrote:
> On Jan 26, 11:28 pm, jinstho...@gmail.com (Jins Thomas) wrote:
>>
> > Hi DeRykus
> >
> > Sorry for replying late.
> >
> > I was able to test DB_File with your example, thanks. But i'm facing
nal arrays
(like two dimensional array from html tables)
Thanks
Jins Thomas
On Sat, Jan 8, 2011 at 10:45 AM, C.DeRykus wrote:
> On Jan 5, 10:56 pm, jinstho...@gmail.com (Jins Thomas) wrote:
>> Hi experts,
>>
>> Have you ever experienced Out of memory problem while using
&g
my $ls ( $lTableExtract->tables ) {
foreach my $lrow ( $lTableExtract->rows ) {
chomp( @$lrow[$#$lrow] );
push( @ldata, $lrow );
}
}
}
return \...@ldata;
}
Thanks
Jins Thomas
$VAR1 = {
'type' => {
'default' => {
'report' => 'Dummy1'
}
}
};
Cheers and Thanks alot
Jins Thomas
the README/INSTALL
files. Basically when u try to install via cpan you dont need to worry about
the dependencies, that's the advantage. But you can always do independent
installations as well..
Cheers
Jins Thomas
oks fine.
Let me know you require some further help on this.
Cheers
Jins Thomas
On Wed, Apr 7, 2010 at 9:20 AM, alekto wrote:
> Hi,
> I got this scrip that is suppsed to use the use the Getopt::Std; and
> GD::Graph::bars; to input generate an array from a file (age).
> With thi