Help for this page

Select Code to Download


  1. or download this
    my @files = grep -f, map "$_/vp.o$id", qw/archi1 archiv/;
    
  2. or download this
    my @files = grep -f, map "$_/*vp.o$id", qw/ archiv/;
    
  3. or download this
    #!/usr/bin/perl
    
    ...
    open my $fh, '<', $fn
        or die qq{Couldn't open "$fn" for reading: $!};