Help for this page

Select Code to Download


  1. or download this
    my @list_files;
    
    for my $filename (@list_files)
    {
    }
    
  2. or download this
    my @list_files = readdir $dir;