Sort::Maker: style => 'plain' difficulty
- From: "Mumia W. (on aioe)" <paduille.4060.mumia.w@xxxxxxxxxxxxx>
- Date: Thu, 14 Dec 2006 03:35:36 -0600
I'm having trouble getting this program to work:
-----------code---------
#!/usr/bin/perl
use strict;
use warnings;
use Sort::Maker qw(make_sorter sorter_source);
my $sorter = make_sorter (
style => 'plain',
string => '$_',
);
die($@) unless $sorter;
print sorter_source($sorter);
-----------end----------
The response is this:
----------output---------
make_sorter: Unknown option or key 'style'
----------end------------
I tried this in two different accounts. Sort::Maker was downloaded from CPAN. Does this work for other people? Could my system be this totally messed up?
I'm using Perl 5.8.4 and Sort::Maker 0.05 on Debian 3.1.
.
- Follow-Ups:
- Re: Sort::Maker: style => 'plain' difficulty
- From: Mumia W. (on aioe)
- Re: Sort::Maker: style => 'plain' difficulty
- Prev by Date: Re: FindBin question
- Next by Date: Re: Sort::Maker: style => 'plain' difficulty
- Previous by thread: FindBin question
- Next by thread: Re: Sort::Maker: style => 'plain' difficulty
- Index(es):
Relevant Pages
|
|