Hi,

I have a script which copies files from local machine to remote
machine.
parameteres : "-d" for directories, "-f" for files..

GetOptions ('d=s{,}' => \...@dir,
            'f=s{,}' => \...@fil);

I want one more rename option "-r" which should be used only if "-d"
is specified ie only for directories... Please help me..


-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to