Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Re: ydecode - A better, faster yEnc decoder.

by perldoc (Scribe)
on Feb 28, 2002 at 18:20 UTC ( [id://148322]=note: print w/replies, xml ) Need Help??


in reply to Re: ydecode - A better, faster yEnc decoder.
in thread ydecode - A better, faster yEnc decoder.

It wasn't in the modules list yesterday. I looked before I started writing this. Still not there today either.

Not in the recent arrivals either.

If it was in the recent modules, it slipped off.

It was never discussed or announced in any of the comp.lang.perl.* newsgroups.

There were no mentions of yEnc on perlmonks.

I searched all those resources prior to posting yesterday. I just forgot to search for it directly on that dog-assed slow search.cpan.org. "but still...", as you said.

I just downloaded the Convert::yEnc from CPAN. It is has some problems.

I am emailing the author right now....

  • Comment on Re: Re: ydecode - A better, faster yEnc decoder.

Replies are listed 'Best First'.
Re: Re: Re: ydecode - A better, faster yEnc decoder.
by perldoc (Scribe) on Mar 01, 2002 at 06:17 UTC

    Warning to anyone who wants to try to use the Convert::yEnc from CPAN. It does not successfully decode the sample files given at yenc.org.

    Here is a small test program:

    #!/usr/bin/perl -w use strict; use Convert::yEnc qw(ydecode); ydecode(\*STDIN);

    Now feed it the test data files:

    decode < 00000005.ntx cat 0000002* | decode

    My program successfully decodes these data files.

    The small test program given above which uses the CPAN Convert::yEnc does not.

Re: Re: Re: ydecode - A better, faster yEnc decoder.
by pne (Novice) on Mar 01, 2002 at 10:33 UTC

    "It has some problems".

    Yup, that's why I didn't announce it anywhere, nor ask for it to be included in the module list. It's not usable the way it is right now, and it's not tested -- but it's a framework.

    Pre-alpha, and needs quite a bit of UTSL to be useful at all.

      My version 1.1 is working really well now - feel free to insert it into your CPAN distribution.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (5)
As of 2024-04-25 09:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found