On Feb 3, 2:26 pm, jwkr...@shaw.ca ("John W. Krahn") wrote:
> PolyPusher wrote:
> > Hi All,
>
> Hello,
>
> > I have some Perl experience but has been awhile. I mainly write
> > SKILL lisp programs for Cadence CAD for a layout group(we are a IC
> > design center).
>
> > I have a CBR(describes circ
PolyPusher wrote:
Hi All,
Hello,
I have some Perl experience but has been awhile. I mainly write
SKILL lisp programs for Cadence CAD for a layout group(we are a IC
design center).
I have a CBR(describes circuit) file and want to open it, find the
line in file
Is it just one line or are t
On 2/3/10 Wed Feb 3, 2010 6:44 AM, "PolyPusher"
scribbled:
> Hi All,
>
> I have some Perl experience but has been awhile. I mainly write
> SKILL lisp programs for Cadence CAD for a layout group(we are a IC
> design center).
>
> I have a CBR(describes circuit) file and want to open it, find
Hi All,
I have some Perl experience but has been awhile. I mainly write
SKILL lisp programs for Cadence CAD for a layout group(we are a IC
design center).
I have a CBR(describes circuit) file and want to open it, find the
line in file
.SUBCKT __RE1321_4 HB_GND GSM_RX DCS_RX DCS_VRX GSM_VRX PCS
> "sono-io" == sono-io writes:
sono-io>Hello everyone. I'm new here, so please forgive me for
sono-io> replying to a question before asking one, but I never here anyone
sono-io> talk about "Beginning Perl" by Simon Cozens. Maybe because it's out
sono-io> of print(?) but IMHO it's
What is a good starter perl book to learn perl.
Best learning Perl book is 'Learning Perl'. Also known as the Lama
book. There are other good texts also, but imho that is by far the
best.
Hello everyone. I'm new here, so please forgive me for replying to a
question before asking one, but
> "Uri" == Uri Guttman writes:
> "RLS" == Randal L Schwartz writes:
RLS> In the preface of the first edition of the Llama, I composed the
RLS> following poem:
RLS> A one-L Randal wrote a book,
RLS> A two-L Llama for the look,
RLS> but to whom we owe it all,
RLS> is the three-L Larry Wal
> "RLS" == Randal L Schwartz writes:
RLS> In the preface of the first edition of the Llama, I composed the
RLS> following poem:
RLS> A one-L Randal wrote a book,
RLS> A two-L Llama for the look,
RLS> but to whom we owe it all,
RLS> is the three-L Larry Wall!
keep
> "Tim" == Tim Bowden writes:
>> Just a nit pick - it's the "Llama Book" - not the "Lama book":
Tim> Bugger. I knew it didn't look quite right. Shoulda chased it up.
In the preface of the first edition of the Llama, I composed the following
poem:
A one-L Randal wrote a book,
A tw
On Mon, 2009-10-05 at 09:20 +0200, Shlomi Fish wrote:
> On Monday 05 Oct 2009 07:01:47 Tim Bowden wrote:
> > On Sun, 2009-10-04 at 15:03 -0700, Slick wrote:
> > > I have a couple of questions.
> > >
> > > What is a good starter perl book to learn perl.
> >
> > Best learning Perl book is 'Learning
On Monday 05 Oct 2009 07:01:47 Tim Bowden wrote:
> On Sun, 2009-10-04 at 15:03 -0700, Slick wrote:
> > I have a couple of questions.
> >
> > What is a good starter perl book to learn perl.
>
> Best learning Perl book is 'Learning Perl'. Also known as the Lama
> book. There are other good texts a
On Sun, 2009-10-04 at 15:03 -0700, Slick wrote:
> I have a couple of questions.
>
> What is a good starter perl book to learn perl.
Best learning Perl book is 'Learning Perl'. Also known as the Lama
book. There are other good texts also, but imho that is by far the
best.
>
> Secondly, I am
Slick wrote:
> I have a couple of questions.
>
> What is a good starter perl book to learn perl.
>
> Secondly, I am kinda having trouble assimilating all the perl information. I
> want to know ways that you all remember the format of a script as well as the
> main items that are normally use
I have a couple of questions.
What is a good starter perl book to learn perl.
Secondly, I am kinda having trouble assimilating all the perl information. I
want to know ways that you all remember the format of a script as well as the
main items that are normally use. I know about the Scalars
That's a really difficult (and somewhat pointless) question -- because
Perl is so many things to so many people, what questions you ask a
candidate are going to be based on the kind of programming you do.
If your primary application for Perl is lots of little scripts, then
you'll probably conce
Hi everybody,
What are the most often asked perl questions for an
interview? If you know them, kindly forward them.
Thanx a bunch.
__
Do you Yahoo!?
Yahoo! Mail - now with 250MB free storage. Learn more.
http://info.mail.yahoo.com/mail_250
In article
<[EMAIL PROTECTED]>, Ged
wrote:
> Hi all,
>
> I am currently learning perl reading all the material I can get my hands
> on, but have no use for it on a daily basis.
>
> Because of this I am not getting the practice I need on a day-to-day basis
> to gain more knowledge.
>
> Having co
> "Shishir" == Shishir Saxena <[EMAIL PROTECTED]> writes:
Shishir> I want to make a cross-platform utility that when provided
Shishir> with the location of a directory structure generates the
Shishir> following log,
Shishir> 1) Date of creation
Not possible in Unix.
--
Randal L. Schwartz
:56 GMT
> To: Ged <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
> Subject: RE: perl questions / exercices
>
> Well since you've asked for it how about doing this,
>
> I want to make a cross-platform utility that when provided with the location
> of a directory structure
o (if included in the resource file)
So what do you think ?
-Original Message-
From: Ged [mailto:[EMAIL PROTECTED]
Sent: Friday, September 05, 2003 3:59 PM
To: [EMAIL PROTECTED]
Subject: perl questions / exercices
Hi all,
I am currently learning perl reading all the material I can get my han
Hi all,
I am currently learning perl reading all the material I can get my hands on, but have
no use for it on a daily basis.
Because of this I am not getting the practice I need on a day-to-day basis to gain
more knowledge.
Having covered all the questions in books like 'Learning Perl' etc I
From: "Mystik gotan" <[EMAIL PROTECTED]>
> Hiya,
>
> I got some basic Perl questions. Hope you don't mind answerring them?
>
> 1) What is the use of just putting $var; on 1 line? Example:
> #!usr/bin/perl -wT
>
> # some code
> $var;
>
&
urther. it returns a
"true value" to perl. it also claims to perl that the script is complete.
dan
"Mystik Gotan" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hiya,
>
> I got some basic Perl questions. Hope you don
mber 23, 2002 11:19 AM
To: [EMAIL PROTECTED]
Subject: Some few basic Perl questions
Hiya,
I got some basic Perl questions. Hope you don't mind answerring them?
1) What is the use of just putting $var; on 1 line? Example:
#!usr/bin/perl -wT
# some code
$var;
Does this technique rescopes the v
Hiya,
I got some basic Perl questions. Hope you don't mind answerring them?
1) What is the use of just putting $var; on 1 line? Example:
#!usr/bin/perl -wT
# some code
$var;
Does this technique rescopes the variable?
2) Why is exit() or 1; used on the LAST line. I understand it being on
On Saturday, June 29, 2002, at 11:26 , Timothy Johnson wrote:
[..]
> For those of you using Outlook (you know who you are, that's right, you in
> the red shirt),
[..]
actually there are a Lot of folks who have a lot of
really good email application - and/or have even
more interesting 'adult' sty
tems about something
you don't care about just to find out if someone responded to your message.
-Original Message-
From: Tirthankar C. Patnaik
To: drieux
Cc: [EMAIL PROTECTED]
Sent: 6/29/02 11:18 PM
Subject: Re: Posting Perl Questions - was Re: Advanced Users in The
Beginners List
>
> On Saturday, June 29, 2002, at 11:16 , Ronnie Livingston wrote:
>
> > I have a question though, will someone still be able to post to the list
> > if they are no longer subscribed to them??
>
> An Interesting problem -
>
> What I do is have my mail filter my lists into the requisite folder
On Saturday, June 29, 2002, at 11:16 , Ronnie Livingston wrote:
> I have a question though, will someone still be able to post to the list
> if they are no longer subscribed to them??
An Interesting problem -
What I do is have my mail filter my lists into the requisite folders
and then go at t
29 matches
Mail list logo