I am now 73 years old and retired one year ago. I used Perl extensively from
1998 until I retired. It can be hard to remember all the tricks, even when you
use or write Perl often. When I learned or developed a useful technique, I
would keep the program or a bit of it around. I have lots of
The F-bomb is totally unnecessary. Such language is for teenagers who do not
yet know how to communicate displeasure effectively. Please grow up.
Personally, I am finding this discussion fascinating. I have often wondered
why the "academics" at IBM would attack each other's presentations. It
On May 29, 2010, at 6:24 AM, Paul Johnson wrote:
On Fri, May 28, 2010 at 11:23:32AM -0700, Marilyn Sander wrote:
On May 28, 2010, at 9:33 AM, Paul Johnson wrote:
On Fri, May 28, 2010 at 06:14:38AM -0400, John Scoles wrote:
You will have to set those values before your modules load.
So
On May 28, 2010, at 9:33 AM, Paul Johnson wrote:
> On Fri, May 28, 2010 at 06:14:38AM -0400, John Scoles wrote:
>
>> You will have to set those values before your modules load.
>>
>> So you should stick them in the BEGIN and that should work
>
> ... except where it doesn't, such as on Solaris
On May 27, 2010, at 4:58 PM, Jim Gibson wrote:
> On 5/27/10 Thu May 27, 2010 4:51 PM, "Bob Sadri"
> scribbled:
>
>> Hi
>> I have a perl script that calls a csh script. The csh script sources some
>> environment variables (among others). When the control comes back to my
>> perl script I lik
On May 26, 2010, at 3:35 PM, Shawn H Corey wrote:
> On 10-05-26 05:41 PM, Marilyn Sander wrote:
>> What would be the preferred practice here?
>
> See `perldoc lib`
>
>
> --
> Just my 0.0002 million dollars worth,
> Shawn
>
Thanks, this document just exp
Hi, Perl Experts.
I'm writing some Perl scripts that are for driving the build of some software
for my company. The build runs on Windows machines. We have several build
machines, and they will all use the same scripts and same Perl modules.
Now, I'm not a Windows person; I'm much more accus
I
On May 17, 2010, at 11:21 AM, John W. Krahn wrote:
> John W. Krahn wrote:
>> Kelly Jones wrote:
>>> I did this in tcsh:
>>>
perl -le 'exit(2); sub END {system("date");}' ; echo $status
>>> Mon May 17 11:09:43 MDT 2010
>>> 0
>>>
>>> In other words, the return value of the date command in
On Apr 26, 2010, at 11:22 AM, Uri Guttman wrote:
>> "JWK" == John W Krahn writes:
>
> i must have not see the OP's reply yet so this is mostly for him.
>
>>> This is the routine as it looks now (I would be happy to hear about errors
>>> or improvements that you might see)
>>> sub round {
>
rl on all the
other machines until some time in the middle of last week. Then it changed.
Drove me crazy for a couple of days until I wrote the following test case and
verified the new behavior.
TIA,
Marilyn Sander
>type tryperl.pl
for $i ( 0.. scalar(@ARGV) -1 ) {
$arg=
Or just open Windows Explorer and see if the file is there. If it
isn't,
search for it.
--Marilyn
On Mar 31, 2007, at 6:54 PM, yitzle wrote:
[error] client [127.0.0.1] OS3 The system cannot specified the path
specified:
*C:\Program Files\Apache Group\Apache2\cgi-bin\first.pl
*This means
nding some simple data constructs?
I'm not being facetious or sarcastic. I characterize OO as "syntactic
sugar" only as a
straw man to knock down. I really would like to know what people see as
the advantage to OO in this situation.
thanks,
--Marilyn Sander
On Mar 29, 2007, at
Devaraja,
Is this a question about vperl?
You speak of generating verilog code. Is the instantiation you speak
of the instantiation of your block that is defined in verilog?
What do you mean by "the instantiation part of the perl script"?
--Marilyn
Tom Phoenix wrote On 02/14/06 09:49,:
> On 2/
On Feb 9, 2006, at 2:18 PM, Avinash Sridhar wrote:
Hello,
I installed ActivePerl, then wrote up a sample helloworld.pl script,
stored it on the desktop, then ran this command from the cmd prompt.
C:\Documents and Settings\Administrator> perl C:\Documents and
Settings\Administrator\Desktop\ h
On Nov 9, 2005, at 4:52 PM, Pablo Wolter wrote:
The system function call returns a boolean value as return value, I
don't
remember if 1 is for fail and 0 for success or viceversa.
Actually it is not a boolean value. It is a two-byte value, and each
byte is an integer. You need to look up t
Hello, Rob.
On Nov 9, 2005, at 10:49 AM, Rob.Savino wrote:
I'm working on a simple script to get a list of users who do not exist
while (<>) {
At this point, $_ ends with "\n".
$user = system("echo $_");
This statement will set $user to the returned value from system(),
which wi
Thanks, John. That did it.
--Marilyn
On Oct 29, 2005, at 10:11 PM, John W. Krahn wrote:
Marilyn Sander wrote:
thank you very much for the trouble you have taken with your answer.
I acknowlege that our script
is not the same as the example in "Programming Perl". We really need
t
u've made some useful suggestions in the code below and also
asked why I've done things certain ways. I've inserted answers.
On Oct 29, 2005, at 3:51 AM, John W. Krahn wrote:
Marilyn Sander wrote:
Not sure how much of a beginner question this is. I've been searching
mail archiv
l gets control, skips the bash code, finds the second shebang line,
honors the -w flag, and runs the script.
But if we change the initial shebang line to
#!/bin/bash -- # -*- perl -*-
then Perl does not skip the bash code, and gives lots of error messages.
So it looks like the advice in the Camel
19 matches
Mail list logo