<?xml version="1.0" encoding="windows-1252"?>
<node id="878210" title="Decimal Array range" created="2010-12-21 05:33:28" updated="2010-12-21 05:33:28">
<type id="115">
perlquestion</type>
<author id="869699">
packetstormer</author>
<data>
<field name="doctext">
Hello,
      As a newbie I can see that you enter and range in an array as follows:&lt;br /&gt;
&lt;code&gt; @array = (1..100); &lt;/code&gt;
&lt;br /&gt;

This should create an array from 1 to 100 inclusive. Is there anyway to create the same type of array with decimal values? e.g
&lt;br /&gt; &lt;code&gt;@array = (5.01..12.00) &lt;/code&gt;

I am really trying to do this with time ranges, say from 1pm to 11pm but not sure that is possible either.

</field>
</data>
</node>
