in reply to Print debug information from Net::FTP
Re: your question of where the bug is, I think it's here:sub sendFile { # application object my $self = shift; # load template files my $tmpl = $self->param('info' => $self->load_tmpl('info.phtml') +); ... }
# get the filename my $filename = "dir+filename"; # check if file exist if(-e $filename){
-- Burvil
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Print debug information from Net::FTP
by boboson (Monk) on Apr 01, 2006 at 18:58 UTC | |
by bowei_99 (Friar) on Apr 01, 2006 at 20:18 UTC | |
by boboson (Monk) on Apr 01, 2006 at 20:52 UTC |