- or download this
use LWP::Simple;
use XML::Simple;
...
print $parser->{HttpSiteAddress} . "\n";
print $parser->{SiteAssets}->{asset}->{url}, "\n";
print $parser->{FragmentAssets}->{asset}->{url}->[1];
- or download this
$VAR1 = {
'PublishInfo' => {
'nodeUrl' => [
...
'DeclaredAssets' => {},
'HttpSiteAddress' => 'http://dc2kd11.cftc.gov:7070/'
};
- or download this
http://dc2kd11.cftc.gov:7070/
/ucm/groups/public/@websitestructure/documents/file/pghdr_left.jpg
Not a HASH reference at C:\apache\apache2.2\cache_proxy\cgi-bin\test3.
+pl line 12.
- or download this
<?xml version="1.0" encoding="UTF-8"?>
<SiteStudioManifest
...
<asset dDocName="pgHdr_left" url="/ucm/groups/public/@websites
+tructure/documents/file/pghdr_left.jpg"/>
</SiteAssets>
</SiteStudioManifest>