because
it was only a mailbox inside of hostgator.
Just a thought,
Bob
> On Jul 8, 2023, at 8:52 PM, Claude Brown via beginners
> wrote:
>
> Hi Rick,
>
> We use Net::SMTP to send emails via SendGrid. They require a user/pass
> authentication over SSL and I wonder if
; --
> To unsubscribe, e-mail: beginners-unsubscr...@perl.org
> For additional commands, e-mail: beginners-h...@perl.org
> http://learn.perl.org/
>
>
>
--
Bob Goolsby
bob.gool...@gmail.com
cally.
>> >
>> > Please reply to list if it's a mailing list post -
>> http://shlom.in/reply .
>> >
>> > --
>> > To unsubscribe, e-mail: beginners-unsubscr...@perl.org
>> > For additional commands, e-mail: beginners-h...@perl.org
>> > http://learn.perl.org/
>> >
>> >
>>
>> --
>> To unsubscribe, e-mail: beginners-unsubscr...@perl.org
>> For additional commands, e-mail: beginners-h...@perl.org
>> http://learn.perl.org/
>>
>>
>>
>
>
> --
> Regards,
> Chankey Pathak <http://www.linuxstall.com>
>
--
Bob Goolsby
bob.gool...@gmail.com
--
> Your talent is God's gift to you. What you do with it is your gift back to
> God.
>
> ------
>
>
--
Bob Goolsby
bob.gool...@gmail.com
owever my searches have turned up nothing. Using returns, commas,
> backslashes, or concatenation breaks the find. Does anyone know if this is
> doable?
>
> Thanks,
> Frank
> SurfShopCART
> --
> To unsubscribe, e-mail: beginners-unsubscr...@perl.org
> For additional commands, e-mail: beginners-h...@perl.org
> http://learn.perl.org/
>
>
>
--
Bob Goolsby
bob.gool...@gmail.com
gt; > To unsubscribe, e-mail: beginners-unsubscr...@perl.org
> > For additional commands, e-mail: beginners-h...@perl.org
> > http://learn.perl.org/
> >
> >
>
--
Bob Goolsby
bob.gool...@gmail.com
13
Could you help me please ?
Thanks,
Bob !
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/
array]
>
> However, if I want to do the above task multiple times, meaning I've to
> convert string into array every time, pain in the ass...
>
> ---
> Regards !
>
> Alex Chiang
>
--
Bob Goolsby
bob.gool...@gmail.com
ooks out there, for a newbie to perl and
> for someone returning to programming after a gap of more than 7 years.
>
> thanks,
>
> ~mayuresh
>
>
> --
> To unsubscribe, e-mail: beginners-unsubscr...@perl.org
> For additional commands, e-mail: beginners-h...@perl.org
> http://learn.perl.org/
>
>
>
--
Bob Goolsby
bob.gool...@gmail.com
stuff is irrelevant.
> >
> > Jenda
> > = je...@krynicky.cz === http://Jenda.Krynicky.cz =
> > When it comes to wine, women and song, wizards are allowed
> > to get drunk and croon as much as they like.
> > -- Terry Pratchett in Sourcery
> >
> >
> > --
> > To unsubscribe, e-mail: beginners-unsubscr...@perl.org
> > For additional commands, e-mail: beginners-h...@perl.org
> > http://learn.perl.org/
> >
> >
> >
>
--
Bob Goolsby
bob.gool...@gmail.com
<http://lxer.com/module/newswire/ext_link.php?rid=180777>
bm
> -Original Message-
> From: Octavian Rasnita [mailto:orasn...@gmail.com]
> Sent: Wednesday, February 13, 2013 12:53 PM
> To: Bob McConnell; Perl Beginners
> Subject: Re: obfuscating code
>
> From: "Bob Mc
only distribute
the output from the compiler. Even then there may be de-compilers or
disassemblers that can reconstruct much of your source in readable form.
Bob McConnell
> -Original Message-
> From: jbiskofski [mailto:jbiskof...@gmail.com]
> Sent: Tuesday, February 12, 201
ql.so...done.
>>
>> Loaded symbols for /usr/local/lib64/perl5/auto/DBD/mysql/mysql.so
>>
>> Reading symbols from /usr/local/mysql/lib/libmysqlclient.so.18...done.
>>
>> Loaded symbols for /usr/local/mysql/lib/libmysqlclient.so.18
>>
>> Reading symbols from /lib64/
ffers.
There may be other options to simplify this. One popular variation is to
precede each message with a two byte length value. Normally this will be a 16
bit integer in network byte order. You read the two bytes, then do another read
for the number of bytes indicated by them. You still hav
On Sun, Dec 2, 2012 at 6:49 PM, boB Stepp wrote:
>>
>> system("chcp 65001>nil");# this works for me Using OS Win 7 32bits
>>
>>> > binmode STDOUT, ":encoding(UTF-8)";
>>> > print "\x{03B1}\x{03C9}\n";
>
> Thi
ipts. But at home I
have decided I might as well start doing a systematic study of Perl,
both to help me at work and for fun at home. So it would be nice if I
could write portable code that would work both places. Any comments?
boB
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/
On Sat, Dec 1, 2012 at 11:58 PM, Charles DeRykus wrote:
> On Sat, Dec 1, 2012 at 8:50 PM, boB Stepp wrote:
>>
>> What I would like to do is make chcp 65001 the default behavior of the
>> command console without having to either retype it manually or place
>> it in eac
Hey Tim,
On Sat, Dec 1, 2012 at 10:34 PM, timothy adigun <2teezp...@gmail.com> wrote:
> Hi bOB,
> Please check my comments below
>
> It is very possible, just in 3 steps.
>
> Here is what you had always wanted to do:
> 1. Open up your command Prompt, then
>
>
to partially achieve what I was looking for.
boB
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/
On Thu, Nov 29, 2012 at 7:00 AM, timothy adigun <2teezp...@gmail.com> wrote:
> Hi,
> Please check my comments below:
>
>
>> > system "chcp 65001";
>
>
> binmode STDOUT,':encoding(UTF-8)';## add this
This suppresses the wide cha
and to turn on UTF-8.)
Thanks!
boB
P.S.: It just occurred to me that there is an extra blank line just
above "Press any key to continue...". Why is this? I was not expecting
this to happen.
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail
On Thu, Nov 22, 2012 at 11:54 PM, ranveer raghuwanshi
wrote:
> Its not utf-8 its utf8 without hyphen(-)
>
Thank you, Ranveer! Perhaps I should not do my Perl studies as the wee
morning hours (here) approach. The obvious once again escapes me...
boB
--
To unsubscribe, e-mail: beginners-un
is
available in E:\Dwimperl\perl\lib Googling the part of the error
message that does not contain my personal file paths has not led me to
anything that I find helpful. Thoughts?
Thanks!
boB
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-
On Sun, Nov 18, 2012 at 9:19 PM, boB Stepp wrote:
> I am running Win7Pro-64bit and using Strawberry Perl 64 bit version
> 5.16. When I attempt to use "install Tk" from Strawberry Perl's
> "cpan>" prompt I get two instances of "perl.exe not responding"
without force
Stopping: 'install' failed for 'Tk'.
Failed during this command:
SREZIC/Tk-804.030.tar.gz : make_test NO
cpan>
I have been trying to search online for problems installing Tk with
Strawberry Perl 5.16, but have not yet found anything
On Fri, Nov 16, 2012 at 12:44 PM, Brandon McCaig wrote:
> On Fri, Nov 16, 2012 at 10:10:14AM -0600, boB Stepp wrote:
>> However, I am still puzzled why if I run the script from the
>> command line (not Padre) with Strawberry 5.16, say works
>> without a hitch without the
ry 5.16, say
works without a hitch without the need for a use pragma.
boB
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/
first version from the Windows command line (which is
using Strawberry Perl 5.16 instead of Padre's 5.14), using
c:\perl helloworld.plx
I get no error messages and all works well. Why does Padre require the
insertion of the use pragma?
Thanks!
boB Stepp
--
To unsubscribe, e-mail: beginners-
-
I found descriptions of this problem by searching on Google, but nothing to
help me resolve it.
Bob McConnell
This message and any attachments are intended only for the use of the addressee
and may contain information that is privileged and confidential. If t
comp.sources.* groups have been superseded by live SCM
servers and sites like Sourceforge, many of the discussion groups are still
very active. I am using Astraweb <http://astraweb.com/> which has more than
four years of retention on most groups. Plans are priced by your choice of
bandwidth or volume.
Bob McConnell
atform. I use Thoth on a Mac. There are lots of
> choices.
>
I use Pan on my Slackware Linux workstations. But I believe Thunderbird will
also manage a news feed.
Bob McConnell
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/
meo-Simple-0.14.readme
>>
>> If you're curious about why it was removed from CPAN, you could try
>> contacting the author themselves. I would imagine, though, that the
>> author decided there were better options out there, and no longer
>> wished to mainta
clone of the production server as we can make it. This not only makes the
automation possible, but it simplifies the build process as well.
Bob McConnell
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/
ded too many times
and may be the result of a mail loop. A couple of people have looked at it, but
have not been able to identify the cause.
Bob McConnell
y. The error messages there
should point you toward the problem. If it runs, then there has to be a
difference in the environments between your login and the user that actually
executes the script.
The alternative is to wrap it in a script that sends STDERR output to syslog.
Bob McConnell
-
not in the right order in the logs) you should not worry to much
> about the order in which this shows up in the logs.
>
When you set up multiple processes or threads, Perl no longer has full control
of their execution. The OS manages the scheduling and size of the time slices.
It is very common to see race conditions like this where one process
occasionally jumps ahead of another. Another symptom is split messages where
one thread inserts its output in the middle of another's. If you need to manage
the sequence of events between processes, you will need to look at IPC
(Inter-Process Communications) capabilities of your platform. Semaphores are
one mechanism that can be used to control the output sequence.
Bob McConnell
not in the right order in the logs) you should not worry to much
> about the order in which this shows up in the logs.
>
When you set up multiple processes or threads, Perl no longer has full control
of their execution. The OS manages the scheduling and size of the time slices.
It is very common to see race conditions like this where one process
occasionally jumps ahead of another. Another symptom is split messages where
one thread inserts its output in the middle of another's. If you need to manage
the sequence of events between processes, you will need to look at IPC
(Inter-Process Communications) capabilities of your platform. Semaphores are
one mechanism that can be used to control the output sequence.
Bob McConnell
t DWIMPerl itself, but it claims to be based on Strawberry,
which I do use. The biggest advantage Strawberry has over ActiveState is the
direct use of CPAN and all available modules there. It is not limited to the
adulterated and incomplete collection provided by ActiveState.
Bob McConnell
have actually worked with was the Digi
ConnectME. That was very useful as a network appliance, but at US$47 in small
quantities, it only had one each Ethernet and serial ports.
Bob McConnell
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/
in a Perl
mailing list, you are going to get Perl scripts. If that is not what you are
looking for, you need to find a mailing list for your particular shell, which
you didn't name.
Bob McConnell
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/
either globally or by
using NoScript or similar add-ons. As a result, it should never be used to
enable critical elements of a web page, but only to enhance the presentation.
Bob McConnell
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/
Received" chain with a path for each relay point, but I'm not a server admin,
so I can't be sure of that.
Good luck,
Bob McConnell
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/
; is reserved for use by the transport
servers. It is likely your server is stripping out the suggestion you have put
in there.
It is also very likely that the bounce messages you expect are not being sent,
due to the long term SPAM epidemic we have been experiencing. Most mail servers
have that
nct impression that all of the Perl developers
had left that project, and nobody still working on it was interested in keeping
the Perl drivers up to date. I never saw any indication there would be Perl
drivers bundled with Se2.
Bob McConnell
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.
http://szabgab.com/perl-on-android.html
Hope this Helps
B
On Mon, Apr 2, 2012 at 6:50 PM, Chris Stinemetz
wrote:
> This maybe a silly question but is it possible to install Perl compiler on
> a android device? Just curious.
>
> Thanks,
>
> Chris
--
Bob Goolsby
bob
http://gplus.to/sshswilting
> http://gplus.to/john.swilting
> https://lists.fakessh.eu/mailman/
> This list is moderated by me, but all applications will be accepted
> provided they receive a note of presentation
--
Bob Goolsby
bob.gool...@gmail.com
--
To unsubscribe, e-mail: beginners-
Hello
I am very new to perl and I need some guidance on the following issue
My data set is like this
---
Record 38
Richard Nixon
http://en.wikipedia.org/wiki/Richard_Nixon
---
Record 39
Gerald Ford
http://en.wikipedia.org/wiki/Gerald_Ford
-
> From: Gary
>
> Bob McConnell wrote:
> >> From: Gary
>
> >> For the record, this is what I did to get around the problem:
> >>
> >> ,[ code ]
> >> | my $s = IO::Select->new($self->{_sock}); while (my @ready
e same length, or is there a delimiter at the end you can test for? If
the length is constant, I would change the loop test to (length($ret) <
SIZE) instead of just waiting for a partial buffer.
If you do get to handle multiple messages without a significant delay
between them, this code also
nough you have to wait for more. If
you have too many, you need to hold on to the extra to start the next
element.
If you want a read() to return exactly as many bytes as the matching
write() sent, you need UDP. But then you give up the delivery guarantee.
Bob McConnell
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/
Lookout is another. I have to manually edit each line to turn this into
a bottom post. They totally dropped the Usenet style reply option in the
Office 2003 release.
Bob McConnell
-Original Message-
From: Zachary Zebrowski [mailto:zak.zebrow...@gmail.com]
Sent: Thursday, October 06
From: shawn wilson
> On Oct 3, 2011 8:48 AM, "Bob McConnell" wrote:
>>
>> From: shawn wilson
>>
>> > On Sun, Oct 2, 2011 at 02:32, Shlomi Fish
wrote:
>> >> On Sun, 2 Oct 2011 00:07:34 +0300
>> >> "Octavian Rasnita" w
rc, some browsers don't or google say are dangerous
> - there doesn't seem to be any script running on this page - cursory
> look):
> http://ha.ckers.org/xss.html
>
For general guidelines and tools, take a look at the OWASP Projects at
<http://www.owasp.org/>.
Bob McConnell
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/
an repent, *
> * But stupid is forever. *
>
>
> --
> To unsubscribe, e-mail: beginners-unsubscr...@perl.org
> For additional commands, e-mail: beginners-h...@perl.org
> http://learn.perl.org/
>
>
>
--
Bob Goolsby
bob.gool...@gmail.com
From: Sisyphus
> From: "Bob McConnell"
>
>>I am using Strawberry on WinXP. I need to test some IPv6 connectivity
>> but can't get Socket6 to install. It all boils down to two errors
during
>> the compile stage.
>>
>> Socket6.o:Socket6
ference to `inet_ntop'
collect2: ld returned 1 exit status
How do I resolve this problem?
Bob McConnell
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/
o reason to look back.
Bob McConnell
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/
My first impression was that he wanted the first hundred characters
rounded off to the previous or next full word. It sounded like he wanted
smart line breads at the word boundaries.
Bob McConnell
From: timothy adigun
> I get the point you are making here, if you check the subroutine &
l:
<http://www.santaclarahightech.org/teacher/selenium-rc/>
<http://quicksilver1183.com/2010/09/07/setting-up-selenium-with-perl/>
<http://testingwithperl.blogspot.com/2008/03/using-selenium-for-testing.
html#driver>
<http://wiki.openqa.org/display/SRC/Selenium+RC+and+Perl>
actual response from the user.
Even then I would be worried that it could be a 'bot responding to you.
Email should no longer be considered a reliable basis to make financial
decisions.
Bob McConnell
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/
t;>
>> It's probably less fast than other ones, but it seems to work.
>
> I'm afraid you may need to improve your testing skills.
>
> I assume your keywords are in lower case. What happens with mixed case? You
> would need /i on your first //
You need to be a l
then accesses the database.
There are any number of variations on these themes, but in each case,
they have to run some application code somewhere in order to access the
data.
Bob McConnell
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/
s.com http://www.sysarch.com--
> - Perl Code Review , Architecture, Development, Training, Support
> --
> - Gourmet Hot Cocoa Mix http://bestfriendscocoa.com-
>
> --
> To unsubscribe, e-mail: beginners-unsubscr...@perl.org
> For additional commands, e-mail: beginners-h...@perl.org
> http://learn.perl.org/
>
>
>
--
Bob Goolsby
bob.gool...@gmail.com
instances of your code, one per batch. If you
can't use divide-and-conquer, you might look at fork() and try running
multiple child-processes under the covers.
>
>
>
>
>
> --
> Thanks
> Ram
> <http://www.netcore.co.in/>
>
>
>
>
> n <http://pragatee.com>
>
--
Bob Goolsby
bob.gool...@gmail.com
writing to a file username, date/time, item changed
>
> regards
> Khabazela
> http://www.greenitweb.co.za
>
--
Bob Goolsby
bob.gool...@gmail.com
implies. But "goto" is uncontrolled and ignores that
context, leaving the stack and related structures in an unknown state.
This is what makes it so dangerous. It can also be used to jump into a
code block without correctly initializing its structures, creating a
even bigger mess.
Th
mands, e-mail: beginners-h...@perl.org
> http://learn.perl.org/
>
>
>
--
Bob Goolsby
bob.gool...@gmail.com
t;if ( /^[\040-\176]*$/ ){ # all from space to tilde
> print "OK. '$_' is all us-ascii\n-> "
>} else {
> print "Can't accept '$_' ; " .
> "contains non us-ascii characters\n-> "
>}
> }
Yo
w much RAM and swap
space you have available. So the other option is to switch to a 64-bit
system.
Bob McConnell
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/
to decide what to do with that first line.
Bob McConnell
-Original Message-
From: Shawn H Corey [mailto:shawnhco...@gmail.com]
Sent: Monday, January 10, 2011 11:08 AM
To: beginners@perl.org
Subject: Re: 1st line of perl script
On 11-01-10 10:57 AM, Sunita Rani Pradhan wrote:
> Yes I
or different scripts.
Bob McConnell
-Original Message-
From: Sunita Rani Pradhan [mailto:sunita.prad...@altair.com]
Sent: Monday, January 10, 2011 10:58 AM
To: Brandon McCaig; Shawn H Corey
Cc: beginners@perl.org
Subject: RE: 1st line of perl script
Yes I agree . Then I am coming back to my
equence is
run, verify the final state of the data.
Bob McConnell
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/
e of what this would look like that would be
the most helpful as I am still getting my bearings here.
Cheers,
Bob H
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/
uage - so it might be worthwhile to learn a lower level language.
>
> It all comes down to: what do you want to do with the new language.
> Perhaps if you give us some more details we might be able to better
> help you.
>
>
>
> --
> Eitan Adler
>
> --
> To unsubscribe
From: Brandon McCaig
> On Fri, Oct 1, 2010 at 8:26 AM, Bob McConnell wrote:
>> AKA carriage return, it suggests you have DOS/Windows line endings
>> instead of Unix. You can clean them up in the source files with the
>> dos2unix or tr filters. The latter looks something l
From: Shlomi Fish
> On Monday 04 October 2010 14:45:57 Bob McConnell wrote:
>> From: Brandon McCaig
>>
>> > On Fri, Oct 1, 2010 at 8:26 AM, Bob McConnell
wrote:
>> >> AKA carriage return, it suggests you have DOS/Windows line endings
>> >> inst
AKA carriage return, it suggests you have DOS/Windows line endings
instead of Unix. You can clean them up in the source files with the
dos2unix or tr filters. The latter looks something like this:
$> tr "\r\n" "\n" < bad.pl > good.pl
Bob McConnell
-Original M
es the LWP bundle help in automating all web protocols ?
>
> See WWW::Mechanize
>
http://search.cpan.org/~petdance/WWW-Mechanize-1.66/lib/WWW/Mechanize.pm
>
Another option is Selenium[1]. It works within a browser using a
JavaScript proxy to mimic the actions of the user. The rem
red at the target system ? Haven't
> closely looked at it, but will do so shortly. Thanks for the hint.
>
>
>
> --
> To unsubscribe, e-mail: beginners-unsubscr...@perl.org
> For additional commands, e-mail: beginners-h...@perl.org
> http://learn.perl.org/
>
>
>
--
gt; any advice please
You can't have unescaped quotes in a quoted string. Try this:
print MYFILE "\n";
or this:
print MYFILE '' . "\n";
Bob McConnell
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/
| vimalZworld.com * technomenace.com * twitter.com/vimal7370 |
> | E: vimal7370 at gmail dot com P: +919947450760 |
>
>
>
> --
> To unsubscribe, e-mail: beginners-unsubscr...@perl.org
> For additional commands, e-mail: beginners-h...@perl.org
> http://learn
t;
>
> --
> Just my 0.0002 million dollars worth,
> Shawn
>
> Programming is as much about organization and communication
> as it is about coding.
>
> The secret to great software: Fail early & often.
>
> Eliminate software piracy: use only FLOSS.
>
>
Thanks Shlomi. But in order for that to work, I would have to retain
the
> 'old' UID numbering system, rather than use the 'new' (Debian)
numbering
> system. If I wanted to do that, your solution would work fine.
>
> Maybe I've missed something.
Maybe it would
ry entries to point to the same
file (hard links). You may delete (unlink) the entry you know about, but
if there are others, the file will not be removed until they are all
gone. Then it will still be kept as long as any processes have it open.
Bob McConnell
--
To unsubscribe, e-mail: beginners-un
From: Uri Guttman
>>>>>> "BM" == Bob McConnell writes:
>
> BM> From: Uri Guttman
>
> >> that implicates the tar.exe in your box as the guilty party. put
> >> the blame on camelbox for not handling some variation in tar
> >&
From: Uri Guttman
>>>>>> "BM" == Bob McConnell writes:
>
> BM> To remove the tar binary from Config.pm:
> BM> 1) Open C:\camelbox\lib\CPAN\Config.pm in an editor that
understands
> BM> Unix files (NOT notepad.exe; wordpad will work for thi
From: Steve Bertrand
> On 2010.06.21 18:22, Bob McConnell wrote:
>
>> After a little more digging, and trying your suggestion to try from
>> Linux, I have determined that the directory information in the new
tar
>> files is being put into the prefix field of the heade
From: Bob McConnell
> From: Uri Guttman
>>>>>>> "BM" == Bob McConnell writes:
>>
>> BM> Looking at the two tar files with a binary viewer after
uncompressing
>> BM> them through gzip, I see several differences, but other than th
From: Uri Guttman
>>>>>> "BM" == Bob McConnell writes:
>
> BM> Looking at the two tar files with a binary viewer after
uncompressing
> BM> them through gzip, I see several differences, but other than the
> BM> obvious, I don't know which
From: Uri Guttman
>>>>>> "BM" == Bob McConnell writes:
> BM> Yes, that was all one line. Lookout doesn't give me any options
to
> BM> prevent it from wrapping. Microsoft _always_ believe they know
what's
> BM> best for you.
>
>
and run eval on it (or use do/require). it also depends on how
> you write out the file itself. you may need to edit (in perl) the dumper
> text to make it work in your context (package space, lexicals, etc.)
>
> another alternative if your hash is simplistic is to use CSV or a DBD
>
gt;
> IF 0 <= var2 < 3.52 THEN cbr_score1 = "10.5909";
> ELSE IF 3.52 <= var2 < 10.87 THEN cbr_score1 = "25.4922";
> ELSE IF 10.87 <= var2 < 23.68 THEN cbr_score1 = "36.4572";
> ELSE IF 23.68 <= var2 < 99.84 THEN cbr_score1 = "37.4047";
> ELSE IF 99.84 <= var2 THEN cbr_score1 = "46.0035";
> ELSE cbr_score1 = "24.2959";
>
>
> cbr_scaledScore = sum( of cbr_score0-cbr_score1 );
> run;
> endrsubmit;
>
>
> --
> To unsubscribe, e-mail: beginners-unsubscr...@perl.org
> For additional commands, e-mail: beginners-h...@perl.org
> http://learn.perl.org/
>
>
>
--
Bob Goolsby
bob.gool...@gmail.com
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/
2010 at 7:02 PM, Jakub Safar wrote:
> Hello everyone,
> I was wondering if the Muralis module is the most recent/useful module to
> use for changing desktop backgrounds.
>
> Thanks in advance for tips
>
> Jakub
>
--
Bob Goolsby
bob.gool...@gmail.com
--
To unsubscribe, e-m
From: Uri Guttman
>>>>>> "BM" == Bob McConnell writes:
> BM> From: Uri Guttman
>
> >> tar zxvf Test-Harness-3.17.tar.gz
>
> BM> C:\camelbox\.cpan\build\tmp-Test>tar xzvf
> BM> D:\Downloads\Test-Harness-3.21.tar.gz
> BM&
From: Uri Guttman
>>>>>> "BM" == Bob McConnell writes:
>
> BM> From: Uri Guttman
> >> i will assume the tarball from cpan is in good shape. so the
issues
> >> seems to be you have a broken unzipping of a tar.gz file. can you
try
> &g
From: Uri Guttman
>>>>>> "BM" == Bob McConnell writes:
>
> BM> Just that, there are no paths shown in the directory tree. When
> BM> unpacked, I see this:
>
> BM> --
> BM> C:\camelbox\.cpan\build
.pm
...
--
There were also several name collisions, so not all of the files are
there. There is no chance Make is going to work.
I also have CPAN and Net::PCAP source packages which do show a directory
structure and unpack into the correct directories.
Bob McConn
stead of in the
directories. Is this tar ball broken?
Bob McConnell
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/
t can be placed and run on a USB stick ...
>
> At the moment, am having them in directories and files and no versioning of
> any kind.
>
> Any advise or solution of how to put something like this in place, will be
> very much appreciated.
>
> Thanks in advance.
>
--
able to see the variables.
Can someone help me with this problem?
Thanks
Bob
1 - 100 of 1981 matches
Mail list logo