Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: A grammar for Perl, or something close

by rob_au (Abbot)
on Nov 15, 2003 at 02:10 UTC ( [id://307285]=note: print w/replies, xml ) Need Help??


in reply to A grammar for Perl, or something close

the basic control and data structures, without the eval, file I/O, system commands, backticks, etc

You may want to have a look at microperl which was introduced as a new feature with Perl 5.7.0. This build incorporates the bootstrap feature of Perl which behaves similar to any other build of Perl, but does not incorporate Dynaloader XS module allowing the execution of C-based Perl modules or system specific functions providing you with a scaled down subset of perl which is perfect for hacking or porting.

If you are interested, there was an article on microperl written by Simon Cozens in Issue 19 of The Perl Journal here - This article has also been incorporated in the O'Reilly published "Computer Science and Perl Programming".

 

perl -le "print+unpack'N',pack'B32','00000000000000000000001010001101'"

  • Comment on Re: A grammar for Perl, or something close

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://307285]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (6)
As of 2024-04-25 12:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found