Language
Platform
Any
License
Any
How hard is it to make the transition from being skilled with Perl as a scripting language to being able to program with Perl as an OO language? I have been recruiting for some web application dev...
Also, does anyone know a good site to download a Perl editor, like KATE which is actually my fav, for free?? Unfortunately I'm running windows right now, coding in editpad using the Perl interpreter...
: Has there been any solution to PHP's lack of lexical scoping ( a
: PEAR module for example )?
My preferred solution is to use Perl instead. ;-) But I think something like scoping is a fairly...
Thanks for your response. That Mechanize thing looks to be the business. Now I just have to figure out how to make it do what I want. I guess now is as good a time to learn perl :)
: Hi,
:
:...
Hi,
Check out the Perl module LWP::UserAgent:
http://search.cpan.org/~gaas/libwww-perl-5.808/lib/LWP/UserAgent.pm
Which should make this easier for you. Or maybe also WWW::Mechanize....
Yes! Awesome work by the Perl 5 team. :-)
Also, I did the December release of the in-progress Parrot VM and the Perl 6 compiler being developed on top of it on that day too:
http://www...
Hi All,
I've written a small perl module to send a local netcat command
message to a port listener and it works fine as long as I hard code
the port number. But It would make my life so much...
: : I have a couple general questions concerning the POE module from
: : CPAN.
: I went to a talk on that once and it looked really powerful.
:
: : Does anyone know of any security issues with...
: Hi,
:
: Two answers.
:
: 1) With "use strict;" in force, you cannot do this. But you can,
: within a given block, disable certain features of strict. So if you
: did:
:
: : sub...
Hi,
I'm not quite sure what the problem is, but a few pointers...
: # just to test everything got through.
: print "...${valueone} and ${valuetwo}\n";
:
Does this line actually print what...
: I'd love to use netcat on the Win32 server, but I can't figure out
: how to re-write the first part of the command I was using "echo
: "" |" so it works on Win32. :-(
The pipe syntax and echo...
Hey guys!
I've got small srcipt to make and i don't really know how to do it.
It basically needs to check if there is new mail in mailbox(A) and if there is one then it sends to mailbox(B)...
: Could someone please send me a 'HTML::Template Perl module ppd' for Win?
: I can't download it from anyware.
:
What's PPD? Or did you mean PPM (Perl Package Manager) - this is often missing...
: PS. Can you sort me out a few tickets to the Perl do here in Copenhagen?
:
'fraid I'm not involved in any way with the organisation of it, so I can't really help. But if you look here:...
: I am interested in a way to capture all keystrokes on the
: computer/server. It is to be used on a honeypot that i have to capture
: all keys pressed.
:
Essentially, a keylogger? Or do you...
: Does anyone know where i can download a FREE Perl compiler?
: I haven't had much luck.
: Any info will be appreciated!
I haven't seen any Perl 'compilers' for Linux, only Win32 (ActiveState's...
: Does anyone know where i can download a FREE Perl compiler?
: I haven't had much luck.
: Any info will be appreciated!
:
Huh? Perl is freely available.
http://www.perl.org/get.html...
This message was edited by linux_kid90 at 2006-8-18 20:44:53
This message was edited by linux_kid90 at 2006-8-18 20:41:51
Does anyone know where i can download a FREE Perl compiler?
I haven't...
your code is missing a curly bracket at the end of the script. The sub routine htmlgenerator has no closing bracket }
besides that, I don't see anything that would make the script throw up a...