Help for this page

Select Code to Download


  1. or download this
    use Acme::Alias bless => [qw(curse damn)];
    my $string = "foo";
    my $obj = curse \$string, 'CursedString';
    my $obj2 = damn \$string, 'DamnedString';
    
  2. or download this
    package Acme::Alias;
    
    ...
    
    };
    1;