diff options
author | unammx <unammx> | 2000-11-04 02:41:59 +0000 |
---|---|---|
committer | unammx <unammx> | 2000-11-04 02:41:59 +0000 |
commit | ac43acf2a0bc1f66b14880732e7730ea1d1b18f7 (patch) | |
tree | e6b01642c67cbf1cad4f492ebb04dda636eca2a6 /memory-conf.in | |
parent | 54b9cc240d035527e99d2154f4b7e8ad1a79ffdf (diff) |
Dont use @$array[]: use $$array[].
Diffstat (limited to 'memory-conf.in')
-rwxr-xr-x | memory-conf.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/memory-conf.in b/memory-conf.in index 97c604b..8409b47 100755 --- a/memory-conf.in +++ b/memory-conf.in @@ -131,7 +131,10 @@ sub xml_parse return($tree); } - + + +# <memory>...</memory> + sub xml_parse_memory { my $tree = $_[0]; |