Did you specify ASCII mode; it may default to binary. Also, are you using a
GUI (such as CuteFTP), or a character-based (Go to command line and type
"ftp"). If you are doing the former, check the configurations. I would
suggest a GUI. If you are doing it at a command prompt, you can often
toggl
Delimit the "replaced" part of the split as a regular expression rather than
a string:
e.g.
split(/\\/, $String)
rather than
split("\\", $String)
HTH,
Chris
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Dax
T. Games
Sent: Tuesday, May 25, 2004 10:1
Here is one more problem Perl script related to Download MSN subject:
use LWP::Simple;
use File::Path;
use Cwd;
### GLOBAL VARS ###
#$URL = 'http://communities.msn.es/home';
$URL = 'http://communities.msn.es/home/index.html';
$OUTPUT_PATH;
print "- Get content\n";
$content = get("$URL");
Hi,
Here is the question for professionals:
I need to make script, that would download site:
http://communities.msn.es/home
I made it, it downloads most HTML files, but cannot download
http://communities.msn.es/home
I used LWP::Simple, LWP::UserAgent - no good results. The downloaded page is
Hi,
I got en error when installing Win32::API module using PPM. "Canno locate
PPD file for Win32::API". Can you tell me why this happens?
Thanks.
_
Get your FREE download of MSN Explorer at http://explorer.msn.com
what language is better: VB or Perl?
_
Get more from the Web. FREE MSN Explorer download : http://explorer.msn.com
___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
h
Is it true that bind_param function is not implemented for using DBD::ADO
with SQL Server?
_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
Share information about yourself, create your own public
Hi All,
Does anyone have experience with using Perl, DBI, ADO to execute SQL Stored
procedure that can update input parameters for use as output.
Here is my example: sp_test_1 is stored proc that chancges value of $y. Perl
script:
use DBI;
use DBD::ADO;
$dbh = DBI->connect('dbi:ADO:DSN', 'na