
Pro_4
User
Jul 3, 2001, 6:44 PM
Post #4 of 6
(3330 views)
|
Re: Getting text with system("");
[In reply to]
|
Can't Post
|
|
Hmm, that is very interesting, when i run it on my computer it returns a General Failure Reading Device, but when i try just typing perldoc -f map it works.... weird. What exactly does the `` function do? Is there any perldoc things on it? @letters = ('A'..'Z', 'a'..'z', '1'..'5', '_'); @i = ( '15', '43', '40'); print @letters [ @i, -1, 55];
|