Help for this page

Select Code to Download


  1. or download this
    $ perl -Mstrict -Mwarnings -e '
    use Readonly my $unprintable => 0x15;
    '
    Readonly version 21 required--this is only version 1.03 at /Users/ken/
    +perl5/perlbrew/perls/perl-5.14.2_WITH_THREADS/lib/5.14.2/Exporter/Hea
    +vy.pm line 120.
    BEGIN failed--compilation aborted at -e line 2.
    
  2. or download this
    $ perl -Mstrict -Mwarnings -e '
    use Readonly;                        
    Readonly my $unprintable => 0x15;
    '