[ic] [perl] comptabilty issues calling html file

Stefan Hornburg racke at linuxia.de
Fri Feb 13 17:03:15 EST 2004


On Fri, 13 Feb 2004 16:45:29 -0500
"Sam Batschelet" <batschelet at exactasphere.com> wrote:

> Stefan Hornburgwrote:
> 
> >I'm unsure what really want to achieve, but maybe the [file] tag is
> what 
> >you need ...
> >
> >	Racke
> 
> Ok this seems a step in the right direction, what I want to do print the
> html code from another existing HTML page into a blank html table in
> index.html.  The result would be like this
> 
> <table width="400" border="0" cellspacing="0" cellpadding="0">
>   <tr>
>      <td>&nbsp;</td>
>       <td>&nbsp;</td>
>        <td>
>       [perl]
>        
>       $Tag->file($i-want-this-pages-code.html, $html);
>   
>       # Now I want to print the code here 
>        return $Tag ; 
>       
>       [/perl]
> 
>      </td>
>     </tr>
>   </table>
> 
> But I return this error any ideas?
> 
> Safe::Hole::main::Vend::Tags=HASH(0x99f2f9c)

If you think this is an error, you are probably a good candidate
for a decent Perl textbook :-)

	Racke


-- 
LinuXia Systems => http://www.linuxia.de/
Expert Interchange Consulting and System Administration
ICDEVGROUP => http://www.icdevgroup.org/
Interchange Development Team



More information about the interchange-users mailing list