PerlScript was initially solely an ActiveX Scripting Engine produced by the company ActiveState for use with Microsoft's Internet Information Services (IIS) that allows for programmers to use Perl-based code in addition to, or in place of, VBScript or JScript in the context of web servers running the ASP protocol. Subsequently Apache::ASP was created for the Apache web server, which allows for coding with only Perl, but neither VBScript nor JScript.

PropertyValue
dbpprop:abstract
  • PerlScript was initially solely an ActiveX Scripting Engine produced by the company ActiveState for use with Microsoft's Internet Information Services (IIS) that allows for programmers to use Perl-based code in addition to, or in place of, VBScript or JScript in the context of web servers running the ASP protocol. Subsequently Apache::ASP was created for the Apache web server, which allows for coding with only Perl, but neither VBScript nor JScript. PerlScript can also be used to write Windows Script Host-based programs, similar to VBScript. Standalone PerlScripts can be executed if they are created with the file extension . pls, in which case they do not require enclosing XML, e.g. use strict; $WScript->Echo("Hello World!"); . pls files do not gain access to drag and drop WSH functionality. PerlScripts which have the extension wsf require XML tags which specify the job id and script language, e.g. use strict; $WScript->Echo("Displaying names of dropped files"); $arg = $WScript->{Arguments; $countArgs = $arg->{Count; for($i=0; $i<$countArgs; $i++) { $WScript->Echo($arg->Item); wsf PerlScripts gain access to WSH drag and drop functionality, similarly to Perl Droplets in the now-obsolete MacPerl. Most WSH objects are available via the implicitly created $WScript object.
  • PerlScript(パールスクリプト)とはActivePerlをインストールすることで使用できるようになる、Active Scriptingの技術を使用したスクリプト言語。Perl互換の構文でJavaScript やVBScriptの代わりにウェブブラウザ のスクリプト言語として実行したり、WSHなどやASPのスクリプト言語としても利用できる。なお、Perlのスクリプトソース (Perl Script) とは異なる。
dbpprop:hasPhotoCollection
dbpprop:reference
rdf:type
rdfs:comment
  • PerlScript was initially solely an ActiveX Scripting Engine produced by the company ActiveState for use with Microsoft's Internet Information Services (IIS) that allows for programmers to use Perl-based code in addition to, or in place of, VBScript or JScript in the context of web servers running the ASP protocol. Subsequently Apache::ASP was created for the Apache web server, which allows for coding with only Perl, but neither VBScript nor JScript.
  • PerlScript(パールスクリプト)とはActivePerlをインストールすることで使用できるようになる、Active Scriptingの技術を使用したスクリプト言語。Perl互換の構文でJavaScript やVBScriptの代わりにウェブブラウザ のスクリプト言語として実行したり、WSHなどやASPのスクリプト言語としても利用できる。なお、Perlのスクリプトソース (Perl Script) とは異なる。
rdfs:label
  • PerlScript
  • PerlScript
owl:sameAs
skos:subject
foaf:page
is dbpprop:redirect of
is owl:sameAs of