- or download this
#eval { eval { "$config->{client}->{1}->{file}->{1}->{executeInternal}
+" } };
- or download this
eval ( eval { "$config->{client}->{1}->{file}->{1}->{executeInternal}
+" } );
- or download this
#!/usr/bin/perl -w
...
# However, if I replace the "{}" with "()" it doesn't throw that error
+. Could someone please explain why using the
# block form does this?
#eval ( eval { "$config->{client}->{1}->{file}->{1}->{executeInternal}
+" } );
- or download this
<config>
<client name="1">
...
</file>
</client>
</config>