Help for this page

Select Code to Download


  1. or download this
    #!perl
    use Data::Dumper;
    my %hash = ( a=>{} );
    if (  !exists $hash{'a'}{'b'}{'c'} ){};
    print Dumper \%hash;
    
  2. or download this
    #return(\%lastKnownSigValH, \%scopesHierH, \%scopesH, \%timeRangeH, 
     #       \%timeIntervalBasedActivityH, $vcdFile, $timeUnits);
    ...
      $self->{timeIntervalBasedActivityH} = \%timeIntervalBasedActivityH; 
      $self->{vcdFile}   = $vcdFile; 
      $self->{timeUnits} = $timeUnits;
    
  3. or download this
    #!/usr/bin/perl
    use strict;
    ...
      }
     
    }