reconfigure perlscript for mailing with the MTA postfix

2009-10-05 Thread Ruprecht Helms
Hi, how have I write the line my $mailprog for sending out an email produced on another part of the script. In the teachingexample the path to the sendmailprog (/usr/bin/sendmail) is set as mailprog. Unfortunately there is no sendmaildaemon in /usr/bin and in /usr/sbin. Actualy I think only the d

Re: perlscript

2009-01-30 Thread Octavian Rasnita
From: "Erez Schatz" On 1/30/2009 5:34 PM, Octavian Rasnita wrote: Hello, Does anyone have some recommendations for some tutorials/documentation for using perlscript as a client-side language in browsers? I really recommend against it, whatever was of PerlScript is immensely

Re: perlscript

2009-01-30 Thread Erez Schatz
On 1/30/2009 5:34 PM, Octavian Rasnita wrote: Hello, Does anyone have some recommendations for some tutorials/documentation for using perlscript as a client-side language in browsers? I really recommend against it, whatever was of PerlScript is immensely dated, and, IIRC, Internet Explorer

Re: perlscript

2009-01-30 Thread Octavian Rasnita
From: "Telemachus" On Fri Jan 30 2009 @ 5:34, Octavian Rasnita wrote: Hello, Does anyone have some recommendations for some tutorials/documentation for using perlscript as a client-side language in browsers? Thank you. Octavian Never knew that there was such an animal. A qu

Re: perlscript

2009-01-30 Thread Telemachus
On Fri Jan 30 2009 @ 5:34, Octavian Rasnita wrote: > Hello, > > Does anyone have some recommendations for some tutorials/documentation > for using perlscript as a client-side language in browsers? > > Thank you. > > Octavian Never knew that there was such an animal. A qu

perlscript

2009-01-30 Thread Octavian Rasnita
Hello, Does anyone have some recommendations for some tutorials/documentation for using perlscript as a client-side language in browsers? Thank you. Octavian -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http

RE: PerlScript - FileSystemObject - Windows Scrpting Host [SEC=UNCLASSIFIED]

2008-04-03 Thread Ken Barker
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jenda Krynicky Sent: Thursday, 3 April 2008 08:55 AM To: [EMAIL PROTECTED]; beginners@perl.org Subject: Re: PerlScript - FileSystemObject - Windows Scrpting Host From: oscar gil <[EMAIL PROTEC

Re: PerlScript - FileSystemObject - Windows Scrpting Host

2008-04-02 Thread Jenda Krynicky
From: oscar gil <[EMAIL PROTECTED]> > Hello everybody, > > Can anyone tell me why this simple code does not work? > > > > > $objFSO = $WScript->CreateObject("Scripting.FileSystemObject"); > $objFile = $objFSO->CreateTextFile("test2.txt", ForWriting); > > $objFile->Writ

PerlScript - FileSystemObject - Windows Scrpting Host

2008-04-02 Thread oscar gil
Hello everybody, Can anyone tell me why this simple code does not work? $objFSO = $WScript->CreateObject("Scripting.FileSystemObject"); $objFile = $objFSO->CreateTextFile("test2.txt", ForWriting); $objFile->WriteLine("Hello"); I got this error: Error: (in

Re: create a cryptoloop from a perlscript

2005-09-12 Thread Owen
On Mon, 12 Sep 2005 10:05:28 +0200 Mauro Stettler <[EMAIL PROTECTED]> wrote: > 2005/9/12, Mauro Stettler <[EMAIL PROTECTED]>: > > 2005/9/12, John W. Krahn <[EMAIL PROTECTED]>: > > > > im writing a perlscript which should be able to create a cryptoloop >

Re: create a cryptoloop from a perlscript

2005-09-12 Thread Mauro Stettler
2005/9/12, Mauro Stettler <[EMAIL PROTECTED]>: > 2005/9/12, John W. Krahn <[EMAIL PROTECTED]>: > > Mauro Stettler wrote: > > > hi together > > > > Hello, > > > > > im writing a perlscript which should be able to create a cryptoloop >

Re: create a cryptoloop from a perlscript

2005-09-11 Thread Mauro Stettler
2005/9/12, John W. Krahn <[EMAIL PROTECTED]>: > Mauro Stettler wrote: > > hi together > > Hello, > > > im writing a perlscript which should be able to create a cryptoloop > > onto a device. the console command to do this is losetup /dev/loo0 > > /dev/

Re: create a cryptoloop from a perlscript

2005-09-11 Thread John W. Krahn
Mauro Stettler wrote: > hi together Hello, > im writing a perlscript which should be able to create a cryptoloop > onto a device. the console command to do this is losetup /dev/loo0 > /dev/sdb1 -e twofish-256, then i am asked for a password... the > problem is, this password is r

create a cryptoloop from a perlscript

2005-09-11 Thread Mauro Stettler
hi together im writing a perlscript which should be able to create a cryptoloop onto a device. the console command to do this is losetup /dev/loo0 /dev/sdb1 -e twofish-256, then i am asked for a password... the problem is, this password is requested by the function getpass(), i don't know

Re: VbScript -> PerlScript

2004-03-16 Thread Clinton
Thanks a million CJ - Original Message - From: "Randy W. Sims" <[EMAIL PROTECTED]> To: "Clinton" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, March 17, 2004 2:01 PM Subject: Re: VbScript -> PerlScript On 3/16/2004 10:00 PM, Clinton wrot

Re: VbScript -> PerlScript

2004-03-16 Thread Randy W. Sims
On 3/16/2004 10:00 PM, Clinton wrote: Hi Could I have a hint on converting theDoc.FontSize = 96 theDoc.AddText "Hello World" theDoc.Save "c:\hworld.pdf" I'm able to create an object with my $theDoc = $Server->CreateObject("obj.doc"); I tried $theDoc->{FontSize} = 96; $theDoc->{AddText} = "Hello Wo

VbScript -> PerlScript

2004-03-16 Thread Clinton
Hi Could I have a hint on converting theDoc.FontSize = 96 theDoc.AddText "Hello World" theDoc.Save "c:\hworld.pdf" I'm able to create an object with my $theDoc = $Server->CreateObject("obj.doc"); I tried $theDoc->{FontSize} = 96; $theDoc->{AddText} = "Hello World"; $theDoc->{Save } ="c:\hworld.pdf"

Re: Using ADO in ASP with PerlScript

2001-12-09 Thread Rob Waggoner
Chris, FWIW you might also want to try subscribing to http://www.asplists.com/aspperlscript . This list deals specifically with the use of Perl in an ASP environment. At 08:09 AM 12/09/01, you wrote: >Hi everyone, > >I'm trying to access a database in ASP with ADO using Perl although I'm >havi

Using ADO in ASP with PerlScript

2001-12-09 Thread Chris Beech
Hi everyone, I'm trying to access a database in ASP with ADO using Perl although I'm having some really big problems. I'm sure it's something really simple and stupid but I can't figure out how to create the database connection and open a recordset. In VBScript I have no problems, although I'm st

RE: calling perlscript from html

2001-11-20 Thread John Edwards
will never know it's there. John -Original Message- From: Rahul Garg [mailto:[EMAIL PROTECTED]] Sent: 20 November 2001 11:12 To: [EMAIL PROTECTED] Subject: calling perlscript from html problem goes like this- what i want is to call a perl script from html document or image...onloa

calling perlscript from html

2001-11-20 Thread Rahul Garg
problem goes like this- what i want is to call a perl script from html document or image...onload what tags ..code should i need to write in html Thanks, Rahul

RE: PerlScript ASP

2001-06-22 Thread Brett W. McCoy
On Fri, 22 Jun 2001 [EMAIL PROTECTED] wrote: > Well ... PWS on Win98. Six o' one though, huh? I guess it supports ASP. *shrug* I don't think it supports the ISAPI interface, though, which is to IIS what mod_perl it to Apache. I could very well be wrong on this. -- Brett

RE: PerlScript ASP

2001-06-22 Thread kotto
Well ... PWS on Win98. Six o' one though, huh? Apreciate the start. --Kirk -Original Message- From: Brett W. McCoy [mailto:[EMAIL PROTECTED]] Sent: Friday, June 22, 2001 12:30 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: PerlScript ASP On Fri, 22 Jun 2001 [

Re: PerlScript ASP

2001-06-22 Thread Brett W. McCoy
On Fri, 22 Jun 2001 [EMAIL PROTECTED] wrote: > Can anyone tell me a good reference for using PerlScript in > ASP? I've written a decent number of cgi's, so I just need > to learn how to make them into ASP pages. To get you started: http://aspn.activestate.com/ASPN

PerlScript ASP

2001-06-22 Thread kotto
Can anyone tell me a good reference for using PerlScript in ASP? I've written a decent number of cgi's, so I just need to learn how to make them into ASP pages. ___ don't believe everything you read, especially if it was written by a marketing department