Help for this page

Select Code to Download


  1. or download this
    package crmtest;
    
    ...
    }
    
    1;
    
  2. or download this
    use strict;
    use warnings;
    ...
    };
    
    $crm->add($cols);
    
  3. or download this
    my @columns = ('one', 'two', 'three', 'four');
    my $ref = \@columns;
    print @$ref;