Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    65-em
    14-auf
    14-ab
    
  2. or download this
    
     Hash Value of 14 : vor auf ab
    
  3. or download this
    if (exists $hash{$l} and @{$hash{$l}}>0) {
      print "Hash value of $l is $hash{$l}->[0]\n"; #or the short form $ha
    +sh{$l}[0]
    ...
    else {
      print "Nothing found for $l\n";
    }