On 4/7/06, Irfan J Sayed <[EMAIL PROTECTED]> wrote: > Hi Chas, > > I corrected. but still same error. > > I put as use File::Xcopy; > > Any other sol. plz > > Regards > Irfan Sayed snip
Are you sure that the module is installed? You can find out easily by running the following command. perl -MFile::Xcopy -le 'print "yes"' Please note that perl must be in your path. If it is then you may need to say "use File::Xcopy qw(syscopy);" to cause File::Xcopy to import the syscopy function into the main package. If the module is installed and the "qw(syscopy)" doesn't help then I would suggest asking about it on [EMAIL PROTECTED] Unless there happens to be someone on this list with experience using Perl in ClearQuest who may be able to help you. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>