Help for this page

Select Code to Download


  1. or download this
    use strict;
    sub RLS_ropen($) {
    ...
    }   # end RLS_ropen
    
    my $fh = RLS_ropen "test.tmp";
    
  2. or download this
        open( my $dbh, "< $name")
            or die "Couldn't open database file '$name': $!";