Help for this page

Select Code to Download


  1. or download this
    foreach my $name (readdir DIR) {
            next if /^\./;
    
  2. or download this
    sub process_file {
        my $file = @_;
    
  3. or download this
    open (FILE, $file) or die "Could not open file: $!";