Thread aktuelles Verzeichnis (43 answers)
Opened by J-jayz-Z at 2005-05-15 02:55

J-jayz-Z
 2005-05-15 03:32
#54891 #54891
User since
2005-04-13
625 Artikel
BenutzerIn
[Homepage] [default_avatar]
Jo, sowas dachte ich mir auch... aber ich wollte das Verzeichniss mit opendir einlesen, etwa so:
Code: (dl )
1
2
3
4
my $dir = 'pwd';
opendir(FILE, "$dir");
my @file = readdir(FILE);
closedir(FILE);

die $dir Variable hat den richtigen Wert, aber odendir macht mir das Ding nicht auf...
Woran kann das liegen? ? ?
perl -Mstrict -Mwarnings -e 'package blub; sub new { bless {} } sub bar {my $self=shift; $self->{bla}="5065726c2d436f6d6d756e697479"; return $self->{bla};} my $foo=blub->new();print "Hallo ";print pack("H*",$foo->bar()); print "\n"'

http://perl-tutor.de

View full thread aktuelles Verzeichnis