W. Chris Shank on Fri, 21 Jun 2002 13:18:53 -0400


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: [PLUG] OT - Perl Question


Dooh!!! I know why! see if you can guess, here's the code. 

move($file3, $file1);

sub move {
	use File::Copy;
	move($_[0],$_[1]);
}

duh!

> i'm on a windows machine, so i was able to use the URL thanks.
> 
> the copy command works, but when i try to use the move command, it uses
> up all memory resources and Dr. Watson's. I'm sending same string param
> that i used in copy. 
> 
> any idea why this would be?
> 
>> On Fri, Jun 21, 2002 at 10:58:44AM -0600, W. Chris Shank wrote:
>>> where can i find documentation on how this module works, what
>>> functions it has and the syntax.
>> 
>> Try one of:
>> 	man File::Copy
>> 	perldoc File::Copy
>> 	http://www.perldoc.com/perl5.6.1/lib/File/Copy.html
>> 
>> Z.
>> 
>> 
>> ______________________________________________________________________
>> Philadelphia Linux Users Group       -      http://www.phillylinux.org
>> Announcements-http://lists.phillylinux.org/mail/listinfo/plug-announce
>> General Discussion  -  http://lists.phillylinux.org/mail/listinfo/plug
> 
> 
> 
> ______________________________________________________________________
> Philadelphia Linux Users Group       -      http://www.phillylinux.org
> Announcements-http://lists.phillylinux.org/mail/listinfo/plug-announce
> General Discussion  -  http://lists.phillylinux.org/mail/listinfo/plug



______________________________________________________________________
Philadelphia Linux Users Group       -      http://www.phillylinux.org
Announcements-http://lists.phillylinux.org/mail/listinfo/plug-announce
General Discussion  -  http://lists.phillylinux.org/mail/listinfo/plug