I have "http://finance.yahoo.c om/q/ks?s=TLM" stored in a variable.
$Link= "http://finance.yahoo.c om/q/ks?s=TLM";
Now, I would want to create a folder and save this page in that folder.
Example: Dir/Folder/FileName
How do I do it in Perl?
$Link= "http://finance.yahoo.c om/q/ks?s=TLM";
Now, I would want to create a folder and save this page in that folder.
Example: Dir/Folder/FileName
How do I do it in Perl?
Comment