Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
perl application
Name: osaru Date: November 12, 2005 at 00:20:07 Pacific OS: linux CPU/Ram: 1g
Comment:
Are the web applications like verisign pay-flow, fedexGatewayDC written in perl? If so, how do they work? All I know about scripting language like php and perl are for writting dynamic web content.
Name: FishMonger Date: November 12, 2005 at 09:35:37 Pacific
Reply:
If you want to know what language those companies web applications are written in and how they work, you'll need to ask the people that wrote and maintain them. Sometimes you can tell what language was used by the url but that won't tell you anything about how they work.
Dynamic web content is only a small fraction of what you can do with Perl. PHP is the exact oppisite. It was designed for and is used almost exclusively for writting dynamic web content.
Summary: I am using a Perl application to do SCP a file to a remote machine. Its failing with 'PerlRun: open3: exec of scp -pqB ... failed at ..5.6.0/Net/SCP.pm line 93. When I see line 93 its the scp comman...
Summary: 1. They're different languages. 2. You could use a .pl, so no. Perl can be used in CGI scripts, but CGI is a little different from other Perl applications. 3. You probably don't need a CGI. 4. Apache ...
Summary: Ok the following is a script using Html::Mason in perl If i run the script rightfully it should display a message saying [b]"no component specified[/b]" but rather it gives me the follwoing error. I ...