Help for this page

Select Code to Download


  1. or download this
    sub fill_list {
     my ($mask, $file) = @_;
    ...
    
     close LIST;
    }
    
  2. or download this
     print LIST map("$_\n", glob($mask));
    
  3. or download this
    2;0 juerd@ouranos:~$ perl -e'undef christmas'
    Segmentation fault
    2;139 juerd@ouranos:~$