Help for this page
rock6.jpg Software error: Can't call method "Flatten" on an undefined value at uploadv25.pl line + 232.
print $filename; $localfile = $filename; ... warn "$x" if "$x";
open( SAVED, ">>$localfile" ); # || die $!; while ( $bytesread = read( $remotefile, $buffer, 1024 ) ) { print SAVED $buffer; } close SAVED;