Re: [MacPerl] Re: OT: Browsers (was: The State of MacPerl)

2001-01-31 Thread Scott R. Godin
on 01/31/2001 11:42 PM, Ronald J Kimball at [EMAIL PROTECTED] wrote: > What value would you want $value to have to mean "I gave you this > attribute, but I actually want you to ignore it"? All possible values > already have a meaning. undef means "Include this attribute without a > value" and a

Re: [MacPerl] Re: OT: Browsers (was: The State of MacPerl)

2001-01-31 Thread Scott R. Godin
on 01/31/2001 04:04 PM, Bruce Van Allen at [EMAIL PROTECTED] wrote: >>> hmm.. Guess I need to study the CGI.pm docs a little more carefully. Could have sworn that disabled took a true/false attribute instead of just BEING a boolean itself (which WOULD make more practical sense) >>

[MacPerl] Off topic: peculiar javascript

2001-01-31 Thread Nicholas G. Thornton
On the new version of my homepage I'm making there's an image with four hotspots that do fun rollover things. For some reason on mac MSIE-5 one of them disappears. If you have your mouse there when the page loads, then it works until you roll out, then it disappears again. Have you any advice? ht

Re: [MacPerl] Net::FTP usage

2001-01-31 Thread Nicholas G. Thornton
But the bottom line is you just ship the file(handle) off as a whole, yes? -- ~nikc [ http://www.phreelance.net/ ] [ [EMAIL PROTECTED] ] [EMAIL PROTECTED] is deprecated

Re: [MacPerl] Re: OT: Browsers (was: The State of MacPerl)

2001-01-31 Thread robinmcf
I dunno, for me the way IE tried squeeze out any other browser on my machine like a big fat electronic cukoo the minute it was finished installing, just put me right off it (that and the several megabytes of special lib files that were loaded into my extensions folder, which had to be uninstalled

Re: [MacPerl] Re: OT: Browsers (was: The State of MacPerl)

2001-01-31 Thread Ronald J Kimball
On Wed, Jan 31, 2001 at 11:31:18PM -0500, Scott R. Godin wrote: > on 01/31/2001 04:26 PM, Ronald J Kimball at > [EMAIL PROTECTED] wrote: > > >> you know, this is sounding more and more like I should send a 'bug report' > >> to Lincoln Stein about this.. > >> > >> because technically if 'disabled

Re: [MacPerl] OT: Browsers (was: The State of MacPerl)

2001-01-31 Thread John W Baxter
At 2:04 PM +0100 1/31/01, Bart Lateur wrote: >On Wed, 31 Jan 2001 07:31:45 -0500, Chris Nandor wrote: > >>When does IE 5.5 come out? > >It IS out, at least for Windows. You'll probably will have to wait a bit >(?) for the Mac version. It's not available for download yet on >Microsoft's site. > >>N

Re: [MacPerl] Re: OT: Browsers (was: The State of MacPerl)

2001-01-31 Thread Ronald J Kimball
On Wed, Jan 31, 2001 at 04:18:27PM -0500, Scott R. Godin wrote: > on 01/31/2001 04:04 PM, Bruce Van Allen at [EMAIL PROTECTED] wrote: > > > Wait. I think Chris is talking about HTML, and Scott is talking about > > how CGI.pm *writes* HTML. In CGI.pm's HTML-writing methods, > > attributes are hand

Re: [MacPerl] Re: OT: Browsers (was: The State of MacPerl)

2001-01-31 Thread Bruce Van Allen
At 3:25 PM -0500 1/31/01, Chris Nandor wrote: >At 21:17 +0100 01.31.2001, Terje Bless wrote: >>On 31.01.01 at 14:16, Scott R. Godin <[EMAIL PROTECTED]> wrote: >> >>>hmm.. Guess I need to study the CGI.pm docs a little more carefully. Could >>>have sworn that disabled took a true/false attribute in

Re: [MacPerl] Re: OT: Browsers (was: The State of MacPerl)

2001-01-31 Thread Chris Nandor
At 21:44 +0100 01.31.2001, Terje Bless wrote: >On 31.01.01 at 15:25, Chris Nandor <[EMAIL PROTECTED]> wrote: > >>In the HTML 4.0 spec, I could find no evidence of "disbled" taking >>a value. > >http://www.w3.org/TR/html4/intro/sgmltut.html#didx-boolean_attribute> > ># Boolean attributesĀ  ># ># Som

[MacPerl] XML::Simple and Attribute/Non-Attribute Output...

2001-01-31 Thread Morbus Iff
I'm hoping to use XML::Simple to read in and out OPML formatted documents. Very roughly, they look like: mySubscriptions Fri, 05 Jan 2001 02:22:28 GMT Mon, 29 Jan 2001 17:29:01 GMT Morbus Iff [EMAIL PROTECT

Re: [MacPerl] Re: OT: Browsers (was: The State of MacPerl)

2001-01-31 Thread Terje Bless
On 31.01.01 at 15:25, Chris Nandor <[EMAIL PROTECTED]> wrote: >In the HTML 4.0 spec, I could find no evidence of "disbled" taking >a value. http://www.w3.org/TR/html4/intro/sgmltut.html#didx-boolean_attribute> # Boolean attributesĀ  # # Some attributes play the role of boolean variables (e.g., t

Re: [MacPerl] Re: OT: Browsers (was: The State of MacPerl)

2001-01-31 Thread Chris Nandor
At 21:17 +0100 01.31.2001, Terje Bless wrote: >On 31.01.01 at 14:16, Scott R. Godin <[EMAIL PROTECTED]> wrote: > >>hmm.. Guess I need to study the CGI.pm docs a little more carefully. Could >>have sworn that disabled took a true/false attribute instead of just BEING >>a boolean itself (which WOULD

Re: [MacPerl] Re: OT: Browsers (was: The State of MacPerl)

2001-01-31 Thread Terje Bless
On 31.01.01 at 14:16, Scott R. Godin <[EMAIL PROTECTED]> wrote: >hmm.. Guess I need to study the CGI.pm docs a little more carefully. Could >have sworn that disabled took a true/false attribute instead of just BEING >a boolean itself (which WOULD make more practical sense) It does. It's a matter

[MacPerl] Re: OT: Browsers (was: The State of MacPerl)

2001-01-31 Thread Chris Nandor
At 14:16 -0500 01.31.2001, Scott R. Godin wrote: >on 01/31/2001 07:31 AM, Chris Nandor at [EMAIL PROTECTED] wrote: >> I keep trying iCab every time a new release comes out, but it proves to be >> unusable for me each time, at this stage. > >the whole point of the preview releases is so that bugs c

Re: [MacPerl] Net::FTP usage

2001-01-31 Thread Scott R. Godin
on 01/31/2001 07:46 AM, Chris Nandor at [EMAIL PROTECTED] wrote: >> Now, I see no reason why you NEED to open a filehandle in order to send a >> file, when you could simply do something like: > > But it still bears noting how to do it. To pass a filehandle, you use > something like \*FILE, whic

[MacPerl] Re: OT: Browsers (was: The State of MacPerl)

2001-01-31 Thread Scott R. Godin
on 01/31/2001 07:31 AM, Chris Nandor at [EMAIL PROTECTED] wrote: > At 05:58 -0500 01.31.2001, Scott R. Godin wrote: >> on 01/31/2001 04:54 AM, KIMURA Takeshi at [EMAIL PROTECTED] wrote: >> >>> Morbus Iff wrote on 01.1.30 1:45 PM: Do you SSH through CVS on the Mac? How? I've been requesting

Re: [MacPerl] The State of MacPerl

2001-01-31 Thread Chris Nandor
At 18:35 +0100 01.31.2001, Terje Bless wrote: >On 31.01.01 at 07:22, Chris Nandor <[EMAIL PROTECTED]> wrote: > >>At 18:54 +0900 01.31.2001, KIMURA Takeshi wrote: >>>I wish if SourceForge could support IE for Mac. Is it going to? >> >>It is supported. You just can't use SSL. > >BTW, if anyone has

Re: [MacPerl] The State of MacPerl

2001-01-31 Thread Terje Bless
On 31.01.01 at 07:22, Chris Nandor <[EMAIL PROTECTED]> wrote: >At 18:54 +0900 01.31.2001, KIMURA Takeshi wrote: >>I wish if SourceForge could support IE for Mac. Is it going to? > >It is supported. You just can't use SSL. BTW, if anyone has more information about this problem 1) I'd like to hea

Re: [MacPerl] Open Default Browser?

2001-01-31 Thread Chris Nandor
At 11:02 -0500 01.31.2001, Morbus Iff wrote: >What I need to do is open the default browser with a URL on the Mac. >Do I use AppleEvents? Can anyone give me some sample code? If you have the Mac::InternetConfig that comes with cpan-mac: use Mac::InternetConfig; GetURL('http://mac

[MacPerl] Open Default Browser?

2001-01-31 Thread Morbus Iff
I would have thought this would have been discussed before - I may be searching with the wrong terms through the archives. If it's a RTFM, please save some bandwidth and reply off-list. What I need to do is open the default browser with a URL on the Mac. Do I use AppleEvents? Can anyone give me

Re: [MacPerl] Quick Windows question

2001-01-31 Thread Bill Becker
>I want to be able to drop files on a perl script as I do on the Mac >but can't find a way to get those files recognised as arguments. I use the builtin editor with MacPerl and do a save-as "droplet." Subsequent drag-n'drop operations result in the arg[0] containing the dropped file name.

Re: [MacPerl] OT: Browsers (was: The State of MacPerl)

2001-01-31 Thread Bart Lateur
On Wed, 31 Jan 2001 07:31:45 -0500, Chris Nandor wrote: >When does IE 5.5 come out? It IS out, at least for Windows. You'll probably will have to wait a bit (?) for the Mac version. It's not available for download yet on Microsoft's site. >Netscape 6 is just completely broken and unusable, IMO.

Re: [MacPerl] Net::FTP usage

2001-01-31 Thread Chris Nandor
At 00:31 -0500 01.31.2001, Scott R. Godin wrote: >Now, I see no reason why you NEED to open a filehandle in order to send a >file, when you could simply do something like: But it still bears noting how to do it. To pass a filehandle, you use something like \*FILE, which passes a reference to it.

Re: [MacPerl] The State of MacPerl

2001-01-31 Thread Chris Nandor
At 07:28 -0500 01.31.2001, Morbus Iff wrote: >>Morbus Iff wrote on 01.1.30 1:45 PM: >>>Do you SSH through CVS on the Mac? How? I've been requesting pserver for my >>>perl projects on SourceForge, and up until last month, things were happy >>>and they responded quickly. But a request for pserver fr

[MacPerl] OT: Browsers (was: The State of MacPerl)

2001-01-31 Thread Chris Nandor
At 05:58 -0500 01.31.2001, Scott R. Godin wrote: >on 01/31/2001 04:54 AM, KIMURA Takeshi at [EMAIL PROTECTED] wrote: > >> Morbus Iff wrote on 01.1.30 1:45 PM: >>> Do you SSH through CVS on the Mac? How? I've been requesting pserver for my >>> perl projects on SourceForge, and up until last month,

Re: [MacPerl] The State of MacPerl

2001-01-31 Thread Morbus Iff
>Morbus Iff wrote on 01.1.30 1:45 PM: >>Do you SSH through CVS on the Mac? How? I've been requesting pserver for my >>perl projects on SourceForge, and up until last month, things were happy >>and they responded quickly. But a request for pserver from last December >>still hasn't been pushed throu

Re: [MacPerl] The State of MacPerl

2001-01-31 Thread Chris Nandor
At 18:54 +0900 01.31.2001, KIMURA Takeshi wrote: >Morbus Iff wrote on 01.1.30 1:45 PM: >>Do you SSH through CVS on the Mac? How? I've been requesting pserver for my >>perl projects on SourceForge, and up until last month, things were happy >>and they responded quickly. But a request for pserver fr

Re: [MacPerl] The State of MacPerl

2001-01-31 Thread Scott R. Godin
on 01/31/2001 04:54 AM, KIMURA Takeshi at [EMAIL PROTECTED] wrote: > Morbus Iff wrote on 01.1.30 1:45 PM: >> Do you SSH through CVS on the Mac? How? I've been requesting pserver for my >> perl projects on SourceForge, and up until last month, things were happy >> and they responded quickly. But a

Re: [MacPerl] The State of MacPerl

2001-01-31 Thread KIMURA Takeshi
Morbus Iff wrote on 01.1.30 1:45 PM: >Do you SSH through CVS on the Mac? How? I've been requesting pserver for my >perl projects on SourceForge, and up until last month, things were happy >and they responded quickly. But a request for pserver from last December >still hasn't been pushed throug