RE: The old \015 problem

2004-10-07 Thread Perl Developer
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

RE: Splitting on '\'

2004-05-25 Thread Perl Developer
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

Downloading MSN II

2001-02-07 Thread Perl Developer
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");

Downloading MSN

2001-02-07 Thread Perl Developer
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

What id PPD files?

2001-01-18 Thread Perl Developer
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

(no subject)

2000-11-28 Thread Perl Developer
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

bind_param

2000-11-10 Thread Perl Developer
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

Perl-ADO-SQL-Stored Procedures

2000-11-10 Thread Perl Developer
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