mail through shell/bash/dos mode

2001-11-26 Thread zaka rias
i want to make a program that check my email (let's say yahoo) password through bash/shell/terminal emulator/text mode, and the output is only "your pass is ok" or "password error", i know how to do iy through perl-cgi/html, i just make a form, and click submit button, but in terminal emulati

Re: fstring filling

2001-11-26 Thread fliptop
Olav Rogall wrote: > > $total_time = get_minutes('abc.mp3') + ':' + get_seconds('abc.mp3'); > > the result in $total_time is "3:1", but it should be "03:01". > > how can i fill up the strings with a leading zero if the returned > value is only one char? perldoc -f sprintf -- To unsub

Re: Linux to MicroSoft SQL Server

2001-11-26 Thread ebgb
On Mon, Nov 26, 2001 at 12:23:56PM -0800, [EMAIL PROTECTED] wrote: > Can and or how do I connect from a Linux server to a Microsoft SQL server?? You can use Perl DBI with DBD::Sybase and freetds (http://www.freetds.org/) to access ms-sql databases. Here's a little script I wrote when I was doing

Linux to MicroSoft SQL Server

2001-11-26 Thread jason
Can and or how do I connect from a Linux server to a Microsoft SQL server?? Jason -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: CGI.pm and multiple CSS links

2001-11-26 Thread Bob Showalter
> -Original Message- > From: R. Colby Williams [mailto:[EMAIL PROTECTED]] > Sent: Monday, November 26, 2001 1:52 PM > To: [EMAIL PROTECTED] > Subject: CGI.pm and multiple CSS links > > > Is there a way to have CGI.pm output more than one rel="stylesheet" type="text/css" href="/css/whate

CGI.pm and multiple CSS links

2001-11-26 Thread R . Colby Williams
Is there a way to have CGI.pm output more than one ?? I have tried $q->start_html ( -style => { -src => "/css/whatever.css", -src => "/css/whenever.css" } ) But it doesn't work like the documentation leads me to believe. I realize that I can combine the two CSS files into one but I

fstring filling

2001-11-26 Thread Olav Rogall
Hallo beginners-cgi, i have a function i called get_minutes and get_seconds. $total_time = get_minutes('abc.mp3') + ':' + get_seconds('abc.mp3'); the result in $total_time is "3:1", but it should be "03:01". how can i fill up the strings with a leading zero if the returned value is

specifying a file upload field for command-line debugging

2001-11-26 Thread Dmi
hey guys, here's a senario: I have an application that requires you upload a file. I would like to test/debug it it on the command line. How do i specify the file to upload from the command line? How do i tell the debugger to read the contents to the file? something bugging me for a while... G

Re: [CGI] Cookie He$$ Continues. Last time please help:)

2001-11-26 Thread eingb
On 23 Nov 2001, at 18:33, Andre` Niel Cameron wrote: > Ok, I have taken most suggestions and ideas and so far The script > works, can set get and read cookies but I can NOT get this thing to > check if there is a cookie and do somethingbased on the results:( It > ALWAYS thinks there is a cookie

RE: Cookie He$$ Continues. Last time please help:)

2001-11-26 Thread Bob Showalter
> -Original Message- > From: Andre` Niel Cameron [mailto:[EMAIL PROTECTED]] > Sent: Friday, November 23, 2001 6:34 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Cookie He$$ Continues. Last time please help:) > > > Ok, I have taken most suggestions and ideas and so far Th

appending form info to a html file

2001-11-26 Thread David Draley
Hello I am trying to create a .pl script that processes data via "GET" from a form and appends the info to a seperate .html file. #!/usr/bin/perl #file name addfile.pl $form_data = $ENV{'QUERY_STRING'}; open(FORMDATA,">>../formdata.html"); print "Content-type: text/html", "\n\n"; print " \n