Help for this page

Select Code to Download


  1. or download this
    my $context = $file->open_for_reading( {} );
    
    ## Change to
    #############################
    my $context = $file->reading;
    
  2. or download this
    my $context_derived
        = $file_derived->open_for_reading( { 'path' => $file, 'join_longca
    +lls' => 1 } );