Re: variable in memorie

2003-08-29 Thread Stephen Patterson
to write it to a file and then read that into the second script, I've used AppConfig::File to do this before. -- Stephen Patterson http://patter.mine.nu/ [EMAIL PROTECTED] remove SPAM to reply Linux Counter No: 142831 GPG Public key: 252B8B37 Last one down

Re: Net::Ftp instead of Telnet?

2003-08-14 Thread Stephen Patterson
PART of a file? In other words, > start downloading a file (an enormous one in this case) from a certain > point/byte/character (from a new download...not a restart)? As far as I can make out from the Net::FTP docs, a restart command will begin a data transfer at any offset. Have you tried u

Re: Kinda general question

2003-07-11 Thread Stephen Patterson
27;vars' block. > However I cannot do the same for all. So my question is, if you declare a > 'global' variable, will it go into package main? In other words, is the > following correct? In the fine tradition of perl, there's yet another way to do it. use strict; my qw

Re: User contributions

2003-07-07 Thread Stephen Patterson
omes from. Read perlmodlib, and for building ppm installable modules, there's some documentation on Jenda's pages (jenda.crynicky.cz). -- Stephen Patterson http://www.lexx.uklinux.net http://patter.mine.nu [EMAIL PROTECTED] remove SPAM to reply Linux Counter No: 142831 GPG Public key:

Re: out of memory problem!

2003-06-25 Thread Stephen Patterson
nce, do while () { # process a line, $_ } rather than @lines = ; -- Stephen Patterson http://www.lexx.uklinux.net http://patter.mine.nu [EMAIL PROTECTED] remove SPAM to reply Linux Counter No: 142831 GPG Public key: 252B8B37 Last one down the pub's an MCSE pgp0.p

Re: out of memory problem!

2003-06-25 Thread Stephen Patterson
nce, do while () { # process a single line, $_ } rather than @lines = ; -- Stephen Patterson http://www.lexx.uklinux.net http://patter.mine.nu [EMAIL PROTECTED] remove SPAM to reply Linux Counter No: 142831 GPG Public key: 252B8B37 Last one down the pub's an MCSE pgp00

Re: Open Default Browser

2003-06-25 Thread Stephen Patterson
u should be able to run the url directly with system("start $url"); -- Stephen Patterson http://www.lexx.uklinux.net http://patter.mine.nu [EMAIL PROTECTED] remove SPAM to reply Linux Counter No: 142831 GPG Public key: 252B8B37 Last one down the pub's an MCSE pgp0.pgp Description: PGP signature

Re: CGI.PM

2003-03-21 Thread Stephen Patterson
On 21 Mar 03, Ren? Morales D. ([EMAIL PROTECTED]) wrote: > I have reolved it by changing the print header, line > by print "Content-type: text/html\n\n"; You should remove the second print call, right after header(). You probably also need header('text/html'), not

Re: CGI method for tables

2003-03-08 Thread Stephen Patterson
', 'yes', 'yes']), td(['Broccoli' , 'no', 'no', 'yes']), td(['Onions' , 'yes','yes', 'yes']) ] ) ); -- Step

Re: Divide Perl script

2003-02-27 Thread Stephen Patterson
cs, read perlmodlib perlboot, perltoot, perltootc, perlobj and perlbot (or at least perlboot). -- Stephen Patterson http://www.lexx.uklinux.net http://patter.mine.nu [EMAIL PROTECTED] remove SPAM to reply Linux Counter No: 142831 GPG Public key: 252B8B37 Last one down the

Re: widget placement ->pack

2003-02-27 Thread Stephen Patterson
Tk::Frame - Create and manipulate Frame widgets SYNOPSIS $frame = $parent->Frame(?options?); -- Stephen Patterson http://www.lexx.uklinux.net http://patter.mine.nu [EMAIL PROTECTED] remove SPAM to reply Linux Counter No: 142831 GPG Public key: 252B8B37 Last one down

Re: use a pdf document in a cgi

2003-02-27 Thread Stephen Patterson
On 25 Feb 03, Stephane Legault ([EMAIL PROTECTED]) wrote: > header("application/x-msdownload"); I'd personnaly use a standard MIME type, such as application/pdf -- Stephen Patterson http://www.lexx.uklinux.net http://patter.mine.nu [EMAIL PROTECTED] remove SPAM to r

Re: Tk::bind

2002-12-13 Thread Stephen Patterson
On 30 Nov 02, [EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote: > Hi all, > > does anybody know how to bind the del key ? I treied ' > but this is wrong. IIRC <'Delete'> for regular Tk. -- Stephen Patterson http://www.lexx.uklinux.net http://patter.mine.nu [EMAIL

Re: New to perl and scripting/HELP PLEASE

2001-01-15 Thread Stephen Patterson
The error 500 occurs when your script does not produce a valid HTML page. Check the apache error.log to get the full error message (or try running your script from the command line). --Original Message-- From: "Gerrit P. Haase" <[EMAIL PROTECTED]> To: "Ken Fair" <[EMAIL PROTECTED]>, "Shaw