Help for this page

Select Code to Download


  1. or download this
    unless (cpen (FH, $myhashname)) {
    print STDERR "Can not open file\"$myhashname\": $!n\n";
    exit;}
    
  2. or download this
    open (FH, $myhashname)
        or die "Can not open file\"$myhashname\": $!";