[13949] in Perl-Users-Digest

home help back first fref pref prev next nref lref last post

Perl-Users Digest, Issue: 1359 Volume: 9

daemon@ATHENA.MIT.EDU (Perl-Users Digest)
Fri Nov 12 09:05:31 1999

Date: Fri, 12 Nov 1999 06:05:12 -0800 (PST)
From: Perl-Users Digest <Perl-Users-Request@ruby.OCE.ORST.EDU>
To: Perl-Users@ruby.OCE.ORST.EDU (Perl-Users Digest)
Message-Id: <942415512-v9-i1359@ruby.oce.orst.edu>
Content-Type: text

Perl-Users Digest           Fri, 12 Nov 1999     Volume: 9 Number: 1359

Today's topics:
    Re: Absolute path (Simon Cozens)
    Re: calling a script (Kragen Sitaker)
    Re: CGI and GD.pm (Kragen Sitaker)
    Re: CSV Parsing Revisited (long - 98 lines) (Ken Bandes)
    Re: efficient diff algorithm (T. Alex Beamish)
    Re: FAQ 4.58: How can I always keep my hash sorted? <klayto@my-deja.com>
    Re: GURU HELP NEEDED FOR NEWBIE (Arved Sandstrom)
    Re: Help: Form returns &#8220; instead of " a left doub <flavell@mail.cern.ch>
        how to create a random id? <fabian@linda.ch>
    Re: how to create a random id? (Abigail)
        HOW TO CUT FILE???? <cinoban@uninet.net.id>
        How to use range operators with s/// <leejk@cat.com>
        Need help with editing a word in a flat text file... (Slim)
    Re: Need Help with Named Pipes Please <andrew.fase@stud.umist.ac.uk>
    Re: Net::Ping <dgarstan@nsw.bigpond.net.au>
    Re: Net::Ping (Abigail)
        netiquette yet again, sigh, wasn Re: Win32::ODBC troubl <flavell@mail.cern.ch>
        pattern matching packages <wang_08536@yahoo.com>
    Re: Perl Extensions. Arrgh. <rhomberg@ife.ee.ethz.ch>
        Perl/CGI and NT Challenge/Response Problem <m.scheferhoff@gmx.de>
        RE : DBD::Pg table attributes. reference to array of ha <danh@multinetworks.freeserve.co.uk>
        Running CGI as root (Kazz Asher)
    Re: Senior Software Engineer (Perl)-Positions Available (Simon Cozens)
    Re: split (Abigail)
        thanks all muhudin@my-deja.com
        Web Job -- 100% Telecommute <weisschr@home.msu.edu>
    Re: Web Job -- 100% Telecommute (Simon Cozens)
    Re: Weekday in perl <sb@sdm.de>
    Re: Win32::ODBC trouble (eats memory) (Kragen Sitaker)
        Digest Administrivia (Last modified: 16 Sep 99) (Perl-Users-Digest Admin)

----------------------------------------------------------------------

Date: 12 Nov 1999 11:14:48 GMT
From: simon@brecon.co.uk (Simon Cozens)
Subject: Re: Absolute path
Message-Id: <slrn82ntl8.kd9.simon@othersideofthe.earth.li>

David Ashe (comp.lang.perl.misc):
>Andrei Rjeousski <andrv@yesic.com> wrote
>
>> is it possible to find absolute path of the directory without asking the
>> administrator?
>
>print `pwd`;
>__END__

Good job you're on UNIX, isn't it? 
Good job I am too.
Shame most of the rest of the world isn't.
Shame you don't write portable code.

-- 
Windows 98 - From the people who brought you EDLIN


------------------------------

Date: Fri, 12 Nov 1999 14:02:51 GMT
From: kragen@dnaco.net (Kragen Sitaker)
Subject: Re: calling a script
Message-Id: <f6VW3.855$YI2.72167@typ11.nn.bcandid.com>

In article <80gnno$6uq$1@news1.cableinet.co.uk>,
Kevin <madhatter@cableinet.co.uk> wrote:
>how do you call an ssi command via Javascript
>
>I have a cgi generating html and Im told you cannot called SSI through a cgi
>generated html page
>
>I am told that you can call the SSI commands if you call a cgi script
>instead through Javascript and I was wondering if anyone has done this or
>can give me another alternative to calling the other SSI commands?

Not a Perl question.  Go ask on comp.lang.javascript.
-- 
<kragen@pobox.com>       Kragen Sitaker     <http://www.pobox.com/~kragen/>
The Internet stock bubble didn't burst on 1999-11-08.  Hurrah!
<URL:http://www.pobox.com/~kragen/bubble.html>


------------------------------

Date: Fri, 12 Nov 1999 14:02:13 GMT
From: kragen@dnaco.net (Kragen Sitaker)
Subject: Re: CGI and GD.pm
Message-Id: <F5VW3.854$YI2.71928@typ11.nn.bcandid.com>

In article <80gmun$cir$1@nnrp1.deja.com>,  <mciesiel@my-deja.com> wrote:
>Is it possible to make a CGI output with an image made with GD.pm and
>input field written in plain HTML on the same page?
>
>I can make image as output, and some HTML output ofcourse, but
>how to do it on the same page ?

Output an <img> tag on the HTML page whose src attribute references a
CGI script.  But that's not a Perl question, and so it doesn't belong here.
-- 
<kragen@pobox.com>       Kragen Sitaker     <http://www.pobox.com/~kragen/>
The Internet stock bubble didn't burst on 1999-11-08.  Hurrah!
<URL:http://www.pobox.com/~kragen/bubble.html>


------------------------------

Date: Fri, 12 Nov 1999 12:25:42 GMT
From: kbandes@home.com (Ken Bandes)
Subject: Re: CSV Parsing Revisited (long - 98 lines)
Message-Id: <8E7C4B922kbandeshomecom@192.168.123.1>

kbandes@home.com (Ken Bandes) wrote in
<8E7B748A7kbandeshomecom@192.168.123.1>: 

>The question of how to parse CSV files has been answered by a FAQ,
>a section of the book "Mastering Regular Expressions," and at least
>two CPAN modules.
>
>The problem is that, for a definition of CSV that I'll describe,
>none of these answers is quite right.

Many thanks to Jeff, David, and Abigail for their responses.  To
summarize: my statement above is not right, because Text::CSV_XS does
correctly handle PC-style CSV. 

I will cook up a modification to the current FAQ which refers people
to this module and the related DBD::CSV when they need to parse this
type of file, and post it here for review before sending it to TomC. 

Thanks again.
Ken Bandes


------------------------------

Date: Fri, 12 Nov 1999 13:36:07 GMT
From: talexb@tabsoft.on.ca (T. Alex Beamish)
Subject: Re: efficient diff algorithm
Message-Id: <382c16f2.1356631184@news1.on.sympatico.ca>

On Mon, 08 Nov 1999 16:02:56 GMT, Mark Lofdahl <mel@disc.com> wrote:

>Here's my situation. What I need to do is find the differences between
>chunks of two files. Sometimes these chunks will be 2 lines, sometimes
>they will be several hundred lines. My perl program does a lot of
>preprocessing on the files, to eliminate things that would show up as
>differences but that I don't want to show up. I like the way unix diff
>works, and the output it produces, but I need to be able to diff just
>chunks, instead of entire files. I tried Algorithm::Diff, but it seemed
>quite slow, and took quite a bit of memory in some cases. Any ideas on
>a better way to do this?

Mark,

You haven't mentioned it, but is there some reason you can't extract
just the chunk that you suspect is different?

Alternatively you could do a simpler implementation than what sounds
like has been done under CPAN (haven't looked at it myself): Put each
file into an array and run down the arrays, comparing 1 to 1, 2 to 2,
until you find lines that don't match. Then compare n to n+1, n+1 to
n, and so on.

I wrote a utility that did this in C back in '85 and found it most
useful. Mind, this algorithim is not rigorous: it may get fooled on
repetitive blocks.


   T. Alex Beamish -- TAB Software
Toronto, Ontario -- www.tabsoft.on.ca


------------------------------

Date: Fri, 12 Nov 1999 11:26:21 GMT
From: Martin <klayto@my-deja.com>
Subject: Re: FAQ 4.58: How can I always keep my hash sorted?
Message-Id: <80gtgq$gt6$1@nnrp1.deja.com>

David Cassell <cassell@mail.cor.epa.gov> wrote:
> Klayto wrote:
> [snip]
> > I tried this many times, but now I encountered a problem regarding
> > different sorting of two or more databases.
> >
> > sub CompareNumerical {
> >   my ($k1, $k2) = @_ ;
> >   $k1 < $k2;
> > }
[snip]
> Use the spaceship operator <=> .  And use the special variables
> $a and $b .
>
> If you had looked up sort() in the perlfunc pages, you
> would have seen how to do this.

Yes, I did a long time ago. I almost love all the manpages - well I would
love them if there would have been more example code when I started to
use Perl 2 years ago. But this code snippet is adapted from the
documentation in DB_File.pm, chapter "Changing the BTREE sort order", so
it should be ok for sorting a tied hash.

Nevertheless, I'll change the special sorting with your suggested
"spaceship operator" (funny name for "<=>" :-)

But my original question was how to sort two (or more) tied hashes
differently, when I need them at the same time. Is this possible, and if
it is: how?

Martin


Sent via Deja.com http://www.deja.com/
Before you buy.


------------------------------

Date: Fri, 12 Nov 1999 07:10:38 -0400
From: Arved_37@chebucto.ns.ca (Arved Sandstrom)
Subject: Re: GURU HELP NEEDED FOR NEWBIE
Message-Id: <Arved_37-1211990710390001@dyip-59.chebucto.ns.ca>

In article <LvMW3.399$YI2.17761@typ11.nn.bcandid.com>, kragen@dnaco.net
(Kragen Sitaker) wrote:

> My PERL script doesn't work.  What's wrong?

Read ALL the manpages. :-)

Arved


------------------------------

Date: Fri, 12 Nov 1999 12:18:32 +0100
From: "Alan J. Flavell" <flavell@mail.cern.ch>
Subject: Re: Help: Form returns &#8220; instead of " a left double quotation mark, is this unicode issue? MIME issue?
Message-Id: <Pine.HPP.3.95a.991112121051.23951A-100000@hpplus01.cern.ch>

On Fri, 12 Nov 1999, www.www2.internetpros.com wrote:

> Alternately, you could build a huge hash table of all the unicode
> values mapped to their octal values: 

Huge?  Even if all 256 code points of your 8-bit code were available for
displayable characters, which they aren't, I would hardly have called
that "huge". 

>   my %unihash = (
>     '&#8218;' => \0130,
>     '&#402;'  => \0131,
>     '&#8222;' => \0132,
>     '&#8230;' => \0133,
>     etc. etc.
>   );

Oh dear, someone else whose brain cells have been taken over by the evil
empire.

In the iso standard character codings, which are the generally-agreed
convention for open data interchange with 8-bit codings, the character
codes between 127 and 159 decimal are reserved for control functions.

If you're going to propose the use of a proprietary coding, you better
first make sure that the recipient has agreed to accept it, and you
better make sure that you put the appropriate IANA-registered charset
name into your MIME header.  (There's an extra joke in there, for those
who understand the issue).




------------------------------

Date: Fri, 12 Nov 1999 12:48:16 +0100
From: Fabian Rahm <fabian@linda.ch>
Subject: how to create a random id?
Message-Id: <382BFE80.D8B0348B@linda.ch>

Hi everybody

I want to generate in perl a random id like e3479b76955is5349

How can I make it?

Thanks

Fabian



------------------------------

Date: 12 Nov 1999 07:48:47 -0600
From: abigail@delanet.com (Abigail)
Subject: Re: how to create a random id?
Message-Id: <slrn82o6sl.lmh.abigail@alexandra.delanet.com>

Fabian Rahm (fabian@linda.ch) wrote on MMCCLXIV September MCMXCIII in
<URL:news:382BFE80.D8B0348B@linda.ch>:
'' 
'' I want to generate in perl a random id like e3479b76955is5349
'' How can I make it?

 
Use quantum effects.

    # Y2K compliant!
    use Physics::Mechanics::Quantum;

    $id = '=' x 17;
    sleep 1 while $id =~ /\W/;
    print "Your id = $id\n";

This works faster if you sprinkle some grounded uranium over your RAM
chips.


Abigail
-- 
sub camel (^#87=i@J&&&#]u'^^s]#'#={123{#}7890t[0.9]9@+*`"'***}A&&&}n2o}00}t324i;
h[{e **###{r{+P={**{e^^^#'#i@{r'^=^{l+{#}H***i[0.9]&@a5`"':&^;&^,*&^$43##@@####;
c}^^^&&&k}&&&}#=e*****[]}'r####'`=437*{#};::'1[0.9]2@43`"'*#==[[.{{],,,1278@#@);
print+((($llama=prototype'camel')=~y|+{#}$=^*&[0-9]i@:;`"',.| |d)&&$llama."\n");


  -----------== Posted via Newsfeeds.Com, Uncensored Usenet News ==----------
   http://www.newsfeeds.com       The Largest Usenet Servers in the World!
------== Over 73,000 Newsgroups - Including  Dedicated  Binaries Servers ==-----


------------------------------

Date: Fri, 12 Nov 1999 18:06:52 +0700
From: Danang Suharno <cinoban@uninet.net.id>
Subject: HOW TO CUT FILE????
Message-Id: <382BF4CC.CAEC3350@uninet.net.id>

How to cut file length in perl?

In MSDOS I just write to a file with bytes writtten is ZERO!



------------------------------

Date: Fri, 12 Nov 1999 08:45:47 -0500
From: "Keith Lee" <leejk@cat.com>
Subject: How to use range operators with s///
Message-Id: <80h5rh$74j$1@ns1.cat.com>

I want to search through a file and strip a range of lines beginning with a
start and end pattern. I understand how to use the range operators to
extract these lines and maybe print them out, but I do not quite get how to
use this in combination with a substitution to strip them away. I have tried
this:

$_ =~ s//pattern1/ ... /pattern2/\b//g;

and naturally it does not work because I do not fully understand all the
syntaxes. Is the a 'legal' approach, and could someone post a few pointers?

Thanks,
Keith




------------------------------

Date: Fri, 12 Nov 1999 11:57:30 GMT
From: ShadeyGradey@linuxfreak.com (Slim)
Subject: Need help with editing a word in a flat text file...
Message-Id: <382c000b.97636024@news.inet4u.com>

Hey!
I'm trying to make a flat file database... text file"
I want to let the users change thier info... it needs to work on win95

the data base stores the info like this...

[USER=MyName]
Password=MyPass
info1
info2
info3

[USER=MyName2]
Password=MyPass2
info1
info2
info3

I want it to read the file and find their name and pass
[USER=MyName]
Password=MyPass

and update and write back to the file

[USER=editedName]
Password=editedPass

over top of the same place...

I can't figure out how to replace a word in a file and save it without
loosing the other infomation

please help if you can... thanks"


------------------------------

Date: Fri, 12 Nov 1999 12:28:33 +0000
From: FASE Andrew <andrew.fase@stud.umist.ac.uk>
Subject: Re: Need Help with Named Pipes Please
Message-Id: <382C07F0.7FA1E4A6@stud.umist.ac.uk>

FASE Andrew wrote:

> Hello
>
> I am trying to make two seperate process's communicate using named pipes
>
> I have written 2 perl programs and have been able to get them to work
> fine
>
> The problem is that i want one process to be a CGI script!! and so far
> had no luck trying to get the script to communicate with the other
> process....as far as i can see i have written the code exactly the same
> but when the script opens the pipe it just doesnt do anything. Its meant
> to wait untill both sides of the pipe have been opened i.e one to read
> one to write but it still doesnt do anything....i dont
> understand...whats different ??? the only thing i could think of is the
> script is running as user 'noone' but the pipe has permissions so anyone
> can read or write from it, so should make no difference
>
> Can anyone give me any advice or help please?? i would be very gratfull
>
> Andy
> andrew.fase@stud.umist.ac.uk



------------------------------

Date: Fri, 12 Nov 1999 11:57:50 GMT
From: "Douglas Garstang" <dgarstan@nsw.bigpond.net.au>
Subject: Re: Net::Ping
Message-Id: <2hTW3.2315$Xo.10511@news-server.bigpond.net.au>

You know what REALLY irritates me about Net::PIng...
As far as I can see, there is no way to actually retrieve the round trip
time!

 .. You can test the result, T/F, but thats about it....

michaelh@erols.com wrote in message <382bf249.635899@news.erols.com>...
>I am running the 5.004 CPAN dist on NT 4.0.  I am having trouble with
>Net::Ping.  Using the examples in the HTML Doc's I was able to get it
>to ping a Unix Host.  But when I ping a NT Host (that is running TCPIP
>and happens to include a Exchange Server and IIS).  It times out.  It
>doesn't matter if I use the full name or the IP Address.  I can use
>the command line (NT Prog) Ping and it works fine for both Hosts.  Any
>clues why Net::Ping may not work for NT Server?




------------------------------

Date: 12 Nov 1999 07:50:27 -0600
From: abigail@delanet.com (Abigail)
Subject: Re: Net::Ping
Message-Id: <slrn82o6vo.lmh.abigail@alexandra.delanet.com>

michaelh@erols.com (michaelh@erols.com) wrote on MMCCLXIV September
MCMXCIII in <URL:news:382bf249.635899@news.erols.com>:
'' I am running the 5.004 CPAN dist on NT 4.0.  I am having trouble with
'' Net::Ping.  Using the examples in the HTML Doc's I was able to get it
'' to ping a Unix Host.  But when I ping a NT Host (that is running TCPIP
'' and happens to include a Exchange Server and IIS).  It times out.  It
'' doesn't matter if I use the full name or the IP Address.  I can use
'' the command line (NT Prog) Ping and it works fine for both Hosts.  Any
'' clues why Net::Ping may not work for NT Server?


Can you ping using ping? If not, it isn't Net::Ping's problem.


Abigail
-- 
package Just_another_Perl_Hacker; sub print {($_=$_[0])=~ s/_/ /g;
                                      print } sub __PACKAGE__ { &
                                      print (     __PACKAGE__)} &
                                                  __PACKAGE__
                                            (                )


  -----------== Posted via Newsfeeds.Com, Uncensored Usenet News ==----------
   http://www.newsfeeds.com       The Largest Usenet Servers in the World!
------== Over 73,000 Newsgroups - Including  Dedicated  Binaries Servers ==-----


------------------------------

Date: Fri, 12 Nov 1999 12:30:26 +0100
From: "Alan J. Flavell" <flavell@mail.cern.ch>
Subject: netiquette yet again, sigh, wasn Re: Win32::ODBC trouble (eats , memory)
Message-Id: <Pine.HPP.3.95a.991112122240.23951B-100000@hpplus01.cern.ch>

On Fri, 12 Nov 1999, remove wrote:

> I'm just sticking to the agreements: since I started out on the net
> way back in '93, crossposting was considered a definite no-no, in
> whatever hierarchy you did it. 

This is garbage.  If (and this is the point) your posting is genuinely
relevant to more than one group, then crossposting was the right way to
do it in 1993 just as it is today, and multi-posting is wrong now just
as it was then. Anyone who understands how usenet works will be in no
doubt about this. 

In most cases, of course, the mistake is to cross-post too widely, or to
cross-post to a specific and a misc group, which (as a general rule and
with occasional exceptions) is considered inappropriate. 

> I hope you're not one of those who
> wants to change this.

I'm not aware of anything having changed in principle in that regard
since I started using usenet in the early 1990's, though there have
certainly been shifts in detail.  news.announce.newusers has the
information that you desperately need.




------------------------------

Date: Fri, 12 Nov 1999 13:50:03 GMT
From: wang <wang_08536@yahoo.com>
Subject: pattern matching packages
Message-Id: <80h5ua$mgu$1@nnrp1.deja.com>

Hi,
Are there any pattern matching packages(libraries) in Perl and
where I can get them?

I used one a couple of years ago and it was a free package, but
I forgot the name.

Thanks much

-Jessica


Sent via Deja.com http://www.deja.com/
Before you buy.


------------------------------

Date: Fri, 12 Nov 1999 12:18:31 +0100
From: Alex Rhomberg <rhomberg@ife.ee.ethz.ch>
Subject: Re: Perl Extensions. Arrgh.
Message-Id: <382BF787.489E0F95@ife.ee.ethz.ch>

Arved Sandstrom wrote:

> > So from now on, I will use the code he posted here. Never mind compiler
> > errors and segfaults, it *must* be correct...
> >
> Well, there is a bit of a philosophical discussion going on... :-)

I wanted to point out that IMHO it is not so good to post non-working or
untested code without clearly marking it.

> Seriously, if you use

[snip]

seriously, I do use

SV*
read_and_parse_model(filename)
  char *filename
OUTPUT:
  RETVAL

and it works!

- Alex


------------------------------

Date: Fri, 12 Nov 1999 14:34:22 +0100
From: Michael Scheferhoff <m.scheferhoff@gmx.de>
Subject: Perl/CGI and NT Challenge/Response Problem
Message-Id: <382C175E.410B2EAB@gmx.de>

Hello,

I need access to the LDAP API of an Microsoft Exchange Server. Anonymous
is no problem, but now users need to authenticate themselves. Clear text
over the network is not so secure, so I need to use Windows NT
Challenge/Response.

Did anybody already work with this? Does anybody know how to realisate
this in a perl script?

Thanks,

Michael



------------------------------

Date: Fri, 12 Nov 1999 12:08:21 GMT
From: Dan Hennessey <danh@multinetworks.freeserve.co.uk>
Subject: RE : DBD::Pg table attributes. reference to array of hashes!
Message-Id: <19991112.12082100@mnet1.net1>

I've scoured the net and all the documentation I can find and I cant=20
work out how to retrieve the field names ( whoops, sorry attribute=20
names ) from a Postgres database using DBD::Pg.  I've done the=20
$dbh->func('table name', 'table_attributes') call and get a reference=20
to an array of hashes back, but whenever I try and access the hash I=20
just get an empty string!  I only want to know the bloody field names=20
to put as headings, all the hard bits have been easy.

Please help me Obi Wan, you're my only hope.

Cheers in advance.

Danh.





------------------------------

Date: Fri, 12 Nov 1999 11:45:07 GMT
From: kazz@ashernet.net (Kazz Asher)
Subject: Running CGI as root
Message-Id: <382bfd86.123226119@news.pajo.com>

I need to restart apache and do some chown(ing) via a cgi program...
is this possible without suexec?

redhat 5.2/ apache 1.3.9
perl/cgi

Thanx
--Kazz
kazz <at> asher.net


------------------------------

Date: 12 Nov 1999 11:44:43 GMT
From: simon@brecon.co.uk (Simon Cozens)
Subject: Re: Senior Software Engineer (Perl)-Positions Available
Message-Id: <slrn82nvdb.kd9.simon@othersideofthe.earth.li>

Eric The Read (comp.lang.perl.misc):
>Do you really *want* candidates who would fall for crap like this?

Of course. Do you think they[1]'d want to hire programmers[2] with clue?
How would they[1] fuck them[2] over?

-- 
Don't compare floating point numbers solely for equality.


------------------------------

Date: 12 Nov 1999 07:41:12 -0600
From: abigail@delanet.com (Abigail)
Subject: Re: split
Message-Id: <slrn82o6ee.lmh.abigail@alexandra.delanet.com>

Nigell Boulton (nigell.boulton@rade.net) wrote on MMCCLXIV September
MCMXCIII in <URL:news:382bd1c4.0@news.netdirect.net.uk>:
"" How do I open a text file that has data such as

You use open.

"" fred:30
"" bill:25
"" john:30
"" 
"" open the file and then change and display it on screen in the format

Use the diamond operator to read from the file, and print to print
things out. Split might be useful in your case as well.



Abigail
-- 
perl -we 'print split /(?=(.*))/s => "Just another Perl Hacker\n";'


  -----------== Posted via Newsfeeds.Com, Uncensored Usenet News ==----------
   http://www.newsfeeds.com       The Largest Usenet Servers in the World!
------== Over 73,000 Newsgroups - Including  Dedicated  Binaries Servers ==-----


------------------------------

Date: Fri, 12 Nov 1999 11:24:04 GMT
From: muhudin@my-deja.com
Subject: thanks all
Message-Id: <80gtci$gk5$1@nnrp1.deja.com>



Thanks to all who bothered to answer with the exception of one fellow,
mark. He asked money for insignificant help. That is not really the way
to help with a fellow would-be programmer........

I have a working knowledge of perl and cgi already. so much so that I
would not pay for having little help. I would rather buy a book......
anyway. thanka allllll
cheers
muhudiin
--
To try may be to fail, but not trying is the surest way to failure!


Sent via Deja.com http://www.deja.com/
Before you buy.


------------------------------

Date: Fri, 12 Nov 1999 07:54:47 -0500
From: Chris Weiss <weisschr@home.msu.edu>
Subject: Web Job -- 100% Telecommute
Message-Id: <382C0E17.36CD6820@home.msu.edu>


Company: Intralect Solutions, Inc.  San Jose, CA

Contact: WebDeveloper@intralect.com

Job Title: USA - Web Developer, Telecommuter position - startup

Job Description:

The developer will be expected to create high-end web applications using
PERL. This is a very extensive application and will require the
developer to coordinate with other people around the country. The
developer will be working with a virtual team so communication skills
must be excellent. This is a full telecommuting position so
self-motivation is a must as well as the ability to work from timelines
with minimal supervision.

Minimum Qualifications

We are looking for seasoned professionals with 4-5 years UNIX and/or NT
experience on a variety of hardware platforms and 2+ years of web
development experience. Must have proficiency in javascript, perl, dbi,
cgi scripting, HTML, and familiarity with the UNIX and NT environment. A
strong background in Oracle RDBMS and tool development is needed. Must
have client server development experience as well as HTTP server
configuration experience. Excellent communication skills are crucial.
Prefer object oriented design and development experience.

We are also looking for students that are enrolled in college working
toward a degree in Computer Science, Information Technology/Systems or
Computer Engineering. The developer must understand the CGI interface
and have a solid database background. Excellent communication,
organizational, analytical, and problem solving skills. Knowledge of
SQL, Relational databases, NT, UNIX, CGI, Java, and JavaScript.
Experience with client server environments, web servers, software
development methodologies and object oriented programming style. Strong
problem solving skills, initiative and creative process orientated
thinking are essential.

Desired Qualifications
Knowledge of CGI, Web Servers, NT, and Object Oriented Programming.
Knowledge of Active Server Pages or Cold Fusion a plus. High-speed
internet connection preferred.

What do you get?
· Competitive salary and stock options in a startup that is taking off.
· You get to work 100% from home.
· You'll be able to get a xDSL type of connection (or cable modem) and
we'll pick up the tab.
· You will get a new computer to develop on paid for by us.

How to get more info?
Send me e-mail and/or resume at mailto:webdeveloper@intralect.com




------------------------------

Date: 12 Nov 1999 13:38:37 GMT
From: simon@brecon.co.uk (Simon Cozens)
Subject: Re: Web Job -- 100% Telecommute
Message-Id: <slrn82o62t.kd9.simon@othersideofthe.earth.li>

Chris Weiss (comp.lang.perl.misc):
>PERL.

They're all the same person, aren't they?
Maybe it's all the same job.

-- 
There seems no plan because it is all plan.
		-- C.S. Lewis


------------------------------

Date: 12 Nov 1999 11:08:23 GMT
From: Steffen Beyer <sb@sdm.de>
Subject: Re: Weekday in perl
Message-Id: <80gsf7$a2i$1@solti3.sdm.de>

In article <80gp3s$dv7$1@nnrp1.deja.com>, dpi27@my-deja.com wrote:

> Is there any function that could give me the weekday of a
> specified date ?
> If not, how could I get it with the following informations :
> month day, month, year.

See "localtime" in "man perlfunc" (or "perldoc perlfunc").

-- 
    Steffen Beyer <sb@engelschall.com>
    http://www.engelschall.com/u/sb/whoami/ (Who am I)
    http://www.engelschall.com/u/sb/gallery/ (Fotos Brasil, USA, ...)
    http://www.engelschall.com/u/sb/download/ (Free Perl and C Software)


------------------------------

Date: Fri, 12 Nov 1999 14:04:22 GMT
From: kragen@dnaco.net (Kragen Sitaker)
Subject: Re: Win32::ODBC trouble (eats memory)
Message-Id: <G7VW3.856$YI2.72249@typ11.nn.bcandid.com>

In article <382be3ea.655963@news.alt.net>,
remove)net (Chris V. <zoot@brilliant.> wrote:
>I'm just sticking to the agreements: since I started out on the net
>way back in '93, crossposting was considered a definite no-no, in
>whatever hierarchy you did it.  I hope you're not one of those who
>wants to change this.

You, sir, are mistaken in the extreme.
-- 
<kragen@pobox.com>       Kragen Sitaker     <http://www.pobox.com/~kragen/>
The Internet stock bubble didn't burst on 1999-11-08.  Hurrah!
<URL:http://www.pobox.com/~kragen/bubble.html>


------------------------------

Date: 16 Sep 99 21:33:47 GMT (Last modified)
From: Perl-Users-Request@ruby.oce.orst.edu (Perl-Users-Digest Admin) 
Subject: Digest Administrivia (Last modified: 16 Sep 99)
Message-Id: <null>


Administrivia:

The Perl-Users Digest is a retransmission of the USENET newsgroup
comp.lang.perl.misc.  For subscription or unsubscription requests, send
the single line:

	subscribe perl-users
or:
	unsubscribe perl-users

to almanac@ruby.oce.orst.edu.  

| NOTE: The mail to news gateway, and thus the ability to submit articles
| through this service to the newsgroup, has been removed. I do not have
| time to individually vet each article to make sure that someone isn't
| abusing the service, and I no longer have any desire to waste my time
| dealing with the campus admins when some fool complains to them about an
| article that has come through the gateway instead of complaining
| to the source.

To submit articles to comp.lang.perl.announce, send your article to
clpa@perl.com.

To request back copies (available for a week or so), send your request
to almanac@ruby.oce.orst.edu with the command "send perl-users x.y",
where x is the volume number and y is the issue number.

For other requests pertaining to the digest, send mail to
perl-users-request@ruby.oce.orst.edu. Do not waste your time or mine
sending perl questions to the -request address, I don't have time to
answer them even if I did know the answer.


------------------------------
End of Perl-Users Digest V9 Issue 1359
**************************************


home help back first fref pref prev next nref lref last post