User Profile
Collapse
-
Thanks. I also set up winscp and now I can transfer files from unix server to windows server. -
Transfer files from unix server to windows server
Hi,
I want to transfer a file from ny unix server to windows server. But FTP service is not available on my windows server. Is it possible to transfer a file with out FTP service running on the destination server? Can somebody help me how I can solve this?
Thanks in advance. -
Code:open(OUTPUT, "> "output_file.txt") This line is actually open(OUTPUT, "> output_file.txt")
Leave a comment:
-
Hey thanks for your suggestion. I will look into the source code of the module.Leave a comment:
-
Out of memory
Can some body help me why I am getting "out of memory error". Below is the code I am trying to execute. Mu input xml file is 300KB size.
Code:use XML::Simple; #assigne variables my @engines = (1,2,3,4,5); open(OUTPUT, "> "output_file.txt") or die "Can't open output_file.txt") for write: $!"; # create object $xml = new XML::Simple;
-
Thanks for your replies.
Can I create different sheets with out using Spreadsheet::Wr iteExcel or Win32::OLE?Leave a comment:
-
Create Excel file from csv file.
I want to create an excel file (Microsoft Excel) with tabs using perl. I need to run my perl script in the Unix environment. I can do it with Spreadsheet::Wr iteExcel.
Can I create the excel file without using Spreadsheet::Wr iteExcel?
No activity results to display
Show More
Leave a comment: