Search the web
Sign In
New User? Sign Up
net-ftp-common
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Not a GLOB reference at C:/Perl/lib/Net/FTP.pm line 1103.   Message List  
Reply | Forward Message #61 of 71 |
Re: [net-ftp-common] Crap and GLOB reference...

Eric Wang <ericw12@...> writes:

>> > Thanks! but the Glob warning is such a anonying warning, every
>> > script of mine using Net::Ftp::Common has it.

Ok, version 5.2d was uploaded to CPAN with a fix. All I did was add a
sub to Common.pm:

sub quit {
my $self = shift;

$self->connected and $self->GetCommon('FTPSession')->quit;

}




Thu Aug 25, 2005 3:15 am

bauhaus@...
Send Email Send Email

Forward
Message #61 of 71 |
Expand Messages Author Sort by Date

Hi guys, I am doing this, nothing really special. use Net::FTP::Common; $common_cfg = { Host => "localhost", User => "eric", Pass => "Test123456", RemoteDir...
ericw12
Offline Send Email
Jun 20, 2005
11:06 pm

... Hi Eric! ... Can you do Debug => 1 instead of Debug => 0 and post the debug output? In other words: $es = Net::FTP::Common->new($common_cfg, Debug => 0); ...
Terrence Brannon
bauhaus@...
Send Email
Jun 21, 2005
2:30 pm

Hi guys, I am using activeperl 5.8 and try to check if files are exist on a remoteftp server, but I got tons of stuff in stardard error, I guess. .... ...
Eric Wang
ericw12
Offline Send Email
Aug 22, 2005
9:58 pm

... Hi Eric, ... You never have to call login() before using a Net::FTP::Common method ... sorry, here's a fix for line 249 in Common.pm warn sprintf...
Terrence Brannon
bauhaus@...
Send Email
Aug 23, 2005
1:09 am

On Tue, 23 Aug 2005 01:09:56 +0000 ... hi, Terrence, Thanks! but the Glob warning is such a anonying warning, every script of mine using Net::Ftp::Common has...
Eric Wang
ericw12
Offline Send Email
Aug 23, 2005
3:09 pm

... Ok Eric, I will work on fixing that when I get home tonight. Just sit tight until then please :)...
Terrence Brannon
bauhaus@...
Send Email
Aug 23, 2005
5:43 pm

Thanks a lot, appreciated! On Tue, 23 Aug 2005 17:42:36 +0000...
Eric Wang
ericw12
Offline Send Email
Aug 24, 2005
2:46 am

... Ok, version 5.2d was uploaded to CPAN with a fix. All I did was add a sub to Common.pm: sub quit { my $self = shift; $self->connected and...
Terrence Brannon
bauhaus@...
Send Email
Aug 25, 2005
3:15 am
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help