Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    
  2. or download this
    use Data::Dumper;
    my ($contact) = Denali::Contact->find(contact_id => 1);
    print Dumper($contact);
    
  3. or download this
    find_cycle($contact);
    
  4. or download this
    print STDOUT find_cycle($contact);