Help for this page

Select Code to Download


  1. or download this
    @b_griph = ('foo', 'bar');
    
    ...
    g =
    p =
    w =
    
  2. or download this
    foreach $key (keys(%griph)) {
       print("$key = @{$griph{$key}}\n");
    }
    
  3. or download this
    use Data::Dumper;
    print(Dumper(\%griph));