23.03.2017 Views

wilamowski-b-m-irwin-j-d-industrial-communication-systems-2011

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Automatic Data Mining on Internet by Using PERL Scripting Language 66-5<br />

$title_row=$Sheet->Cells(1,$col)->{'Value'};<br />

#extract manuscript and save in an array<br />

if ($title_col=∼ m/Manuscript/)<br />

{$area[$row-1]=$Sheet->Cells($row,$col)<br />

->{'Value'};}<br />

#extract email and save in an array<br />

if ($title_col =∼ m/Email Address/)<br />

{$email[$row-1]=$Sheet->Cells($row,$col)<br />

->{'Value'};}<br />

}<br />

}<br />

$Excel->Quit();<br />

}<br />

for($n=0;$n

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!