i play with perl on window xp
i want to read from file.As i run my program error displayed.
below is my code
$file = 'C:\Documents and Settings\Administrator\Des
ktop\passw
d.txt';
open(info,$file); #open file
@lines = <info>;
close(info,$file); #close file
print @lines
i save my text file on my desktop.Why?? cannot run?
Start Free Trial