Help for this page

Select Code to Download


  1. or download this
    my @files = glob {"archiv/*vp.o$id"};
    
  2. or download this
    /tmp>touch foo.txt
    /tmp>mkdir bar.txt
    ...
    /tmp>perl -E 'say for grep -f,glob "*.txt"'
    foo.txt
    /tmp>