Perl to C++

2008-05-18 Thread miztaken
Hi there, can somebody convert the following perl code to C++ sub OleUnpackPackages { my($this, $explodeinto, $parentname, @NativeFilenames) = @_; my($infh, $byte, $number, $buffer, $outname); my($finished); OLEFILE: foreach my $inname (@NativeFilenames) { $byte = ""; $buffer = "

Re: perl and web

2008-05-18 Thread Richard Lee
Rob Coops wrote: This has been asked at least as often as it has been anwsered and so far the most flexible solution I have found, not the simplest though. WWW::Mechanize There are a lot of others out there and a lo

Re: perl and web

2008-05-18 Thread yitzle
See: http://search.cpan.org/~petdance/WWW-Mechanize-1.34/lib/WWW/Mechanize.pm#$mech-%3Ecredentials(_$username,_$password_) $mech->credentials( $username, $password ) Provide credentials to be used for HTTP Basic authentication for all sites and realms until further notice. The four argument form

Re: perl and web

2008-05-18 Thread Richard Lee
yitzle wrote: See: http://search.cpan.org/~petdance/WWW-Mechanize-1.34/lib/WWW/Mechanize.pm#$mech-%3Ecredentials(_$username,_$password_) $mech->credentials( $username, $password ) Provide credentials to be used for HTTP Basic authentication for all sites and realms until further notice. The fo

Upgrade Help 5.6 RPM to 5.8 source

2008-05-18 Thread Bob Cohen
Going from RPM 5.6 to 5.8 source. Is there a thorough cookbook on this? I've been poking around the web to no avail. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

Re: Upgrade Help 5.6 RPM to 5.8 source

2008-05-18 Thread Chas. Owens
On Sun, May 18, 2008 at 4:58 PM, Bob Cohen <[EMAIL PROTECTED]> wrote: > Going from RPM 5.6 to 5.8 source. Is there a thorough cookbook on this? > I've been poking around the web to no avail. That would be because it isn't a good idea. If your system is so old that it only has 5.6 RPMs, well you

Re: Upgrade Help 5.6 RPM to 5.8 source

2008-05-18 Thread Bob Cohen
On May 18, 2008, at 5:16 PM, Chas. Owens wrote: That would be because it isn't a good idea. If your system is so old that it only has 5.6 RPMs, well you should probably stick with the 5.6 RPMs. Trying to upgrade just one piece of the puzzle will frustrate you to no end. Either upgrade to mod

Re: Multiline comment in Perl

2008-05-18 Thread Rob Dixon
Octavian Rasnita wrote: > > From: "Rob Dixon" <[EMAIL PROTECTED]> >> >> (Once again, please bottom-post replies to this group. It maintains >> readability for extended threads. Salutations and signatures should always >> be edited out. You are responsible for the whole of your post, not just >> yo

question regarding how to launch perl script on remote machine

2008-05-18 Thread Richard Lee
so just to put it out there for my ideas to run more perl scripts at work using modules that I cannot install(whether due to lack of knoweldge or just don't have the right).. at work, we have a solaris based unix server(lets say serverK) which is being served as central logon for all the daily

Re: question regarding how to launch perl script on remote machine

2008-05-18 Thread Rodrick Brown
You can install modules locally into say ~/perllib and set PERL5LIB accordingly this works very well if you're home directory is also nfs mounted on each server. On Sun, May 18, 2008 at 11:22 PM, Richard Lee <[EMAIL PROTECTED]> wrote: > so just to put it out there for my ideas to run more perl scr

Re: question regarding how to launch perl script on remote machine

2008-05-18 Thread Chas. Owens
On Sun, May 18, 2008 at 11:22 PM, Richard Lee <[EMAIL PROTECTED]> wrote: > so just to put it out there for my ideas to run more perl scripts at work > using modules that I cannot install(whether due to lack of knoweldge or just > don't have > the right).. snip So long as you have write access to a