Help for this page

Select Code to Download


  1. or download this
    package thor;
     
    ...
    bless $self, $class;
    return $self;
    }
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    
    rdw_open(FH,"myfile") or die "Couldn't open myfile: $!";
    # replaces tie *FH, "thor","myfile"