Blog
Developers
Careers
Support
Contact
Gossamer Threads
Solutions
Results
About
Mailing Lists
Resource Centre
Forum
Tools
Home
Who's Online
Tags
Favourites
Login
Forum Search
(
Advanced Search
)
This forum
This category
All forums
for
Home
:
General
:
Perl Programming
:
Passing variables
Previous Thread
Next Thread
Print Thread
View Threaded
Jul 5, 2000, 11:19 AM
dixonpr
New User
(1 post)
Jul 5, 2000, 11:19 AM
Post #1 of 2
Views: 1759
Shortcut
Passing variables
I want to pass variables from a perl program to an asp program (using PerlScript). Does anyone know how to do this?
Thanks in advance
Patrick
Jul 6, 2000, 10:05 PM
Stealth
Veteran
(17240 posts)
Jul 6, 2000, 10:05 PM
Post #2 of 2
Views: 1664
Shortcut
Re: Passing variables
In reply to
use "perlscript" in the language line...
Use output variables in the script where you want to print values....like the following:
Code:
$output .= qq|HTML CODES|;
Then OUTSIDE of the closing > character, use the following codes:
Code:
<%output%>
Hope this helps.
Regards,
Previous Thread
Next Thread
Print Thread
View Threaded