LYCOS RETRIEVER
Perl: Windows Ce
built 630 days ago
Binary distributions of Perl are available for various platforms, including Win32 (Windows NT/95/2000/XP), Mac, and Unix. Please read all documentation that comes with each package, as one distribution for a given platform may be very different than another for the same platform (for example, it may include different add-ons, be compiled from a different version of Perl etc.)
Source:
Perl for System Administration is aimed at all levels of administrators on the Unix, Windows NT, or MacOS platforms. Assuming only a little familiarity with Perl, it explores the pockets… Read more.
Source:
The hash mark character introduces a comment in Perl, which runs up to the end of the line of code and is ignored by the compiler. The comment used here is of a special kind: it’s called the shebang line. This tells Unix-like operating systems where to find the Perl interpreter, making it possible to invoke the program without explicitly mentioning perl. (Note that on Microsoft Windows systems, Perl programs are typically invoked by associating the .pl extension with the Perl interpreter. In order to deal with such circumstances, perl detects the shebang line and parses it for switches,[20] so it is not strictly true that the shebang line is ignored by the compiler.)
Source:
There are ports of Perl source code to run in most major environments, including Unix, Windows, IBM's z/OS, OpenVMS, Novell Inc.'s NetWare and Macintosh. There's even a version for Windows CE, although there's no port yet for Palm OS. Perl isn't considered an ideal choice for things such as embedded applications because of its relatively large memory footprint, notes Orwant.
Source: