[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
Re: [perl] tag is a cruel joke, and user-defined tags don't do jack , squat. HELP! How do I use Perl!?
Colocator User writes the following:
> They say the best way to learn is by example. Could someone give
>me an example-- or more than one example-- of a way to display the output
>of:
>
>print "Hi there";
>
>...in a MiniVend page?
I know how you feel. Try this:
UserTag helloworld Routine <<EOF
sub {
return "Hi there";
}
EOF
Then in your page, use [helloworld]