|
|
 |
Re: FN-FORUM: perl problem
date posted 1st May 2003 16:39
Aside:
If you view a raw Unix text file in Notepad it will be all one line.
By contrast, viewing a raw DOS/Windows text file on a Unix box
will show "^M" at the end of each line.
What access do you have to the Unix box? If you have shell access, the
easiest way is to view the file with vi.
If you have FTP access, you can overwrite the file with an ASCII mode
upload of the file. If you really do want to find out what the existing
file
looks like, download it in binary mode then look at it in Notepad.
----- Original Message -----
From: "PAMELA WHITTAKER" [EMAIL REMOVED]
To: [EMAIL REMOVED]
Sent: Thursday, May 01, 2003 3:25 PM
Subject: Re: FN-FORUM: perl problem
> How can you tell if it was done as Ascii as I didn't ftp the current
> version?
>
> Pam
>
> ----- Original Message -----
> From: "Dr Duncan Campbell" [EMAIL REMOVED]
> To: [EMAIL REMOVED]
> Sent: Thursday, May 01, 2003 3:19 PM
> Subject: Re: FN-FORUM: perl problem
>
>
> >
> > When sending a text file between Windows and Unix boxes ensure that
> > the FTP transfer mode is ASCII, rather than binary - then the
appropriate
> > line endings will appear on each machine.
> >
> > ----- Original Message -----
> > From: "Derek Almond" [EMAIL REMOVED]
> > To: [EMAIL REMOVED]
> > Sent: Thursday, May 01, 2003 3:08 PM
> > Subject: RE: FN-FORUM: perl problem
> >
> >
> > > With notepad you probably cant,
> > >
> > > But im pretty sure that will be the problem ,
> > >
> > > Homesite / ultraedit have this feature - dream weaver probably will,
> > >
> > > What FTP editor do you use - cute ftp pro also does it I think.
> > >
> > >
> > >
> > > -----Original Message-----
> > > From: [EMAIL REMOVED] [EMAIL REMOVED] On
> > > Behalf Of PAMELA WHITTAKER
> > > Sent: 01 May 2003 15:00
> > > To: FN-FORUM / [EMAIL REMOVED]
> > > Subject: Re: FN-FORUM: perl problem
> > >
> > >
> > > ? I used Notepad on windows 98. How do you save it with unix line
> > > endings?
> > >
> > > Pam
> > >
> > > ----- Original Message -----
> > > From: "Derek Almond" [EMAIL REMOVED]
> > > To: [EMAIL REMOVED]
> > > Sent: Thursday, May 01, 2003 2:57 PM
> > > Subject: RE: FN-FORUM: perl problem
> > >
> > >
> > > > Did you edit on a windows box?
> > > >
> > > > If so did you save it with unix line endings ?
> > > >
> > > > dec
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > -----Original Message-----
> > > > From: [EMAIL REMOVED] [EMAIL REMOVED] On
> > > > Behalf Of PAMELA WHITTAKER
> > > > Sent: 01 May 2003 14:53
> > > > To: FN-FORUM / [EMAIL REMOVED]
> > > > Subject: FN-FORUM: perl problem
> > > >
> > > >
> > > > There is a cgi-bin in the live site that I am trying to get to work
> > > > and I put a copy of FormMail.pl in there but when I try and call it
I
> > > > get:-
> > > >
> > > > Forbidden
> > > > You don't have permission to access
/secure/ramson/cgi-bin/FormMail.pl
> > > > on this server.
> > > >
> > > > the user and world for the cgi bin had read write and execute access
> > > > and the Group has read and execute acccess. the user for the
FirmMail
> > >
> > > > had read write and execute access and the Group and world has read
and
> > >
> > > > execute acccess
> > > >
> > > > any ideas please. It is on a unix box by the way.
> > > >
> > > > Thanks
> > > > Pam
> > > >
> > > >
> > > >
> > > > '
> > > >
> > > > NTMail K12 - the Mail Server for Education
> > > >
> > > > ==========
> > > > Graduate & Professional Financial Services - Specialists in
MORTGAGES
> > > > for FREELANCERS. House purchase, re-mortgage (including debt
> > > > consolidation and capital raising), Buy to Let, flexible offset and
> > > > current account mortgages. Visit our website at
> > > > http://www.gradprof.co.uk?fnet
> > > >
> > > > To advertise here: http://www.freelancers.net/advertising.html
> > > >
> > > >
> > > > ==========
> > > > Graduate & Professional Financial Services - Specialists in
MORTGAGES
> > > > for FREELANCERS. House purchase, re-mortgage (including debt
> > > > consolidation and capital raising), Buy to Let, flexible offset and
> > > > current account
> > > mortgages.
> > > > Visit our website at http://www.gradprof.co.uk?fnet
> > > >
> > > > To advertise here: http://www.freelancers.net/advertising.html
> > > >
> > > >
> > > ==========
> > > Graduate & Professional Financial Services - Specialists in MORTGAGES
> > > for FREELANCERS. House purchase, re-mortgage (including debt
> > > consolidation and capital raising), Buy to Let, flexible offset and
> > > current account mortgages. Visit our website at
> > > http://www.gradprof.co.uk?fnet
> > >
> > > To advertise here: http://www.freelancers.net/advertising.html
> > >
> > >
> > > ==========
> > > Graduate & Professional Financial Services - Specialists in MORTGAGES
> for
> > > FREELANCERS. House purchase, re-mortgage (including debt consolidation
> and
> > > capital raising), Buy to Let, flexible offset and current account
> > mortgages.
> > > Visit our website at http://www.gradprof.co.uk?fnet
> > >
> > > To advertise here: http://www.freelancers.net/advertising.html
> > >
> > >
> > ==========
> > Graduate & Professional Financial Services - Specialists in MORTGAGES
for
> > FREELANCERS. House purchase, re-mortgage (including debt consolidation
and
> > capital raising), Buy to Let, flexible offset and current account
> mortgages.
> > Visit our website at http://www.gradprof.co.uk?fnet
> >
> > To advertise here: http://www.freelancers.net/advertising.html
> >
> >
> ==========
> Graduate & Professional Financial Services - Specialists in MORTGAGES for
> FREELANCERS. House purchase, re-mortgage (including debt consolidation and
> capital raising), Buy to Let, flexible offset and current account
mortgages.
> Visit our website at http://www.gradprof.co.uk?fnet
>
> To advertise here: http://www.freelancers.net/advertising.html
>
> |
 |
|