I have a small issue that I have written a code where I have predefined my file , but now I want that the file should be entered by the user . So this is my code
my $file="Working_On.csv"; open(FILE,"<","$file"); my @lines=<FILE>;
so what I am doing is converting that csv file to an array . please tell me a way so that Working_On.csv should be entered by the user
In reply to user input file by torres09
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |