[ic] User Defined Tags - problem

Alma Nuker interchange-users@interchange.redhat.com
Mon Apr 29 20:25:00 2002


>Alma,

>You need to move the my declaration outside of the "if" block
>so that you can use it outside the if block, simply have a line above
>the if with:

>my $licensestr;

>Then it should not give you that error.

>Kyle Cook

Yes, that is correct, but also I do not get any values returned by
executing this user tag.

I need $licensestr to return all of the following:

   CONTACT-EMAIL=$email\
        COMPANY-NAME=$CompanyName\
        COMPANY-ADDRESS=$CompanyAddress\
        URL-LIMIT=$URLLimit\
        HOST-IP-ADDRESS=$HostIPAddr\
        ISSUE-DATE=$IssueDate\
        EXPIRY-DATE=$ExpiryDate\
        SERIAL-NUMBER=$SerialNumber\
        EVALUATION=$Evaluation\


If I define my $licensestr instead of above values I am getting empty
string back (which should be case since my $licensestr is set to
nothing).

Thanks

Alma