Help for this page

Select Code to Download


  1. or download this
    #!perl
    use strict;
    ...
    for my $act (@{$bi->{customer}->{domain}->{host}->{BACKUPDATA}}){    
      print $act->{ENDDATE_SEC}."\n";
    }