- or download this
package Simple::Class;
...
\@data;
}
- or download this
<table id="load_data">
...
</tr>
</table>
- or download this
use HTML::Seamstress;
...
print $seamstress->as_HTML;
- or download this
use Inline::Java; # grin ;-)
...
for (int i=0; i < shapes.length; i++)
area += shapes[i].computeArea();
- or download this
...
</table>
- or download this
use HTML::Seamstress;
...
print $seamstress->as_HTML;
- or download this
...
- or download this
gi_tr => 'iterate',
- or download this
gi_tr => [qw(iterate1 iterate2)],
- or download this
sub table {
...
my @table_gi_tr = listify $table{gi_tr} ;
...
- or download this
my @table_gi_tr = (ref $table{gi_tr} eq 'ARRAY')
? (@$table{gi_tr})
: ( $table{gi_tr})
- or download this
# fold the scalar and aref into an array
...
...
}
- or download this
our ($table_data, $tr_data, $gi_td);
sub table {
...
}