
BillKSmith
Veteran
Nov 5, 2012, 8:36 PM
Views: 1434
|
|
Re: [stevieger] variables for moving files
|
|
|
I suspect that you are making a mistake in your use of quote marks, but without your code I can only guess. The command move is not a perl function. You probably should be using either the function rename or the module File::Copy. Good Luck, Bill
(This post was edited by BillKSmith on Nov 5, 2012, 8:39 PM)
|