Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Pugs can use CPAN modules now!

by audreyt (Hermit)
on May 25, 2005 at 03:59 UTC ( [id://460233]=note: print w/replies, xml ) Need Help??


in reply to Your Perl 6 wishlist?

So, it seems that my wishlist #1 is shared by many monks. With help from clkao, I've just implemented it. To wit:
use Digest--perl5; my $cxt = Digest.SHA1; $cxt.add('Pugs!'); # This prints: 66db83c4c3953949a30563141f08a848c4202f7f say $cxt.hexdigest;
If you want to play along, build the Pugs from trunk, and run Makefile.PL with the PUGS_EMBED environment variable containing "perl5". There's many rough edges, but they will be fixed in short order. Tests and suggestions welcome!

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-04-19 21:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found