- or download this
foreach my $parsedValue (@$refParsedValues) {
print Dumper($parsedValue) if ($parsedValue);
}
- or download this
Compile Time: 0.3 seconds
----------------------------------------------------------------------
+--
...
----------------------------------------------------------------------
+--
Parse Time: 1.1 seconds
Total Time: 1.4 seconds
- or download this
$VAR1 = 'funct1';
$VAR1 = 'funct2a';
...
$VAR1 = 'funct5';
$VAR1 = 'funct6';
$VAR1 = 'funct7';