log in | register | forums
Show:
Go:
Forums
Username:

Password:

User accounts
Register new account
Forgot password
Forum stats
List of members
Search the forums

Advanced search
Recent discussions
- Downgrading from RISC OS 3 to RISC OS 2 (Gen:11)
- Who's getting a pi to configure as a Risc OS computer? (Gen:20)
- Jonathan Ive gets knighted so... (Gen:3)
- RPCEmu 0.8.9 (Gen:15)
- Call for questions: All About Acorn (News:54)
- ANS stuck back in time (Gen:7)
- Wanted A5000 Keyboard (Gen:15)
- R260 Poorly (Blinking Floppy) (Gen:3)
- RiscPC Serial port programming (Prog:3)
- After 10 years - back to RISC OS (Gen:24)
Related articles
- Programming resources: Assembler
- Programming resources
- Programming resources: C/C++
- Programming resources: PHP
- Programming resources: BBC BASIC
- Video conversion on RISC OS
- Building the Dream 4 - Random city basics
- Building the Dream 3 - Random map generators, redux
- Bob and Trev: Resurrection: Just in time
- Monster AI
Latest postings RSS Feeds
RSS 2.0 | 1.0 | 0.9
Atom 0.3
Misc RDF | CDF
Site Search
 
Article archives
The Icon Bar: News and features: Programming resources: Perl
 

Programming resources: Perl

Posted by Matthew Somerville on 00:00, 28/3/2002 | , , ,
 
Perl is the Practical Extraction and Report Language, or more affectionately the Pathologically Eclectic Rubbish Lister. It is a widely used language, available on nearly any platform, including RISC OS - a port is available to download from http://www.flirble.org/~nick/P/.
 

Unfortunately, Perl on RISC OS is statically linked and an application, which means not only can we not use many of the CPAN Perl extension modules that involve dynamic linking, but also a copy of the Perl executable has to start up every time a Perl program is run, leading to a significant pause in execution of every script.


 
Log in to comment on this article

The Icon Bar: News and features: Programming resources: Perl