Front page | perl.beginners |
Postings from February 2010
question
Thread Next
From:
S O
Date:
February 28, 2010 10:15
Subject:
question
Message ID:
98fc2131002281014h372314fu38c1dbf9393d22ae@mail.gmail.com
sorry guys i apologize for this question,
how come when writing a program that these are not equivalent:
@files = readdir(D);
vs
readdir(D) = @files;
thanks for your patience,
stace
Thread Next