[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
Re: [ic] Setting a catalog variable on a page
At 04:33 PM 5/10/2001 -0400, you wrote:
>How can I set a catalog variable from a page and have it persist?
>
>I want to do something like this:
>
>page1.html:
>[perl]
> $Variable->{sql_select_items} = 'SELECT * FROM items';
> return;
>[/perl]
>
>page2.html:
>__sql_select_items__
Does this do anything for ya, or is there a special reason why it needs to
be $Variable?
page1.html:
[perl]
$Scratch->{sql_select_items} = 'SELECT * FROM items';
return;
[/perl]
page2.html:
[scratch sql_select_items]
Dan Browning, Cyclone Computer Systems, danb@cyclonecomputers.com
_______________________________________________
Interchange-users mailing list
Interchange-users@lists.akopia.com
http://lists.akopia.com/mailman/listinfo/interchange-users