Help for this page

Select Code to Download


  1. or download this
    # good idea :-)
    use strict;
    ...
    };
    
    $dbh->disconnect;
    
  2. or download this
    foreach my $object (@list_of_objects)
    {
      my @values = @{$object};
      # do whatever.
    }