Help for this page

Select Code to Download


  1. or download this
    ## from _read_record() in Tie::File
      { local $/ = $self->{recsep};
    ...
          my $fh = $self->{fh};
          print $fh $self->{recsep};
        }
    
  2. or download this
    use Some::Module qw[ funcA ];
    use Someother::Module qw[ funcb ];
    ...
            funcA;
        }
    }