User Tools

Site Tools


kurs:opendir

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

kurs:opendir [2014/09/10 21:22] (current)
Line 1: Line 1:
 +<​code>​
 +use strict;
 +use warnings;
  
 +opendir (DIR, '​.'​);​
 +my @dir = readdir(DIR);​
 +$, = "​\n";​
 +print @dir;
 +</​code>​
kurs/opendir.txt ยท Last modified: 2014/09/10 21:22 (external edit)