Omgili - forum search, search forums  
  

Discussions about perl

Displaying 1 - 10 out of 54,668 discussions.  
RSS Feed Options
Time Frame: (Any time)   Minimum number of replies: (2)   Minimum number of discussing users: (0)
  |  

Page: 1   2   3   4   5   6   7   8   9   10  
Keep this page open to be updated with the newest discussions automatically.
Strawberry Perl is "Open Source Perl for Windows that is exactly the same as Perl everywhere else". Vanilla Perl "provides a Perl distribution that is as close to the Perl core as possible." Strawberry Perl is built on Vanilla Perl. Both distributions...
Started by on , 4 posts by 4 people.  
If necessary, it may include win32-specific....
Just read the explanation on the Vanilla Perl homepage Vanilla Perl Series The Vanilla Perl series provides a Perl distribution that is as close to the Perl core as possible.
Does ruby have a stepwise debugger, similar to perl's "perl -d"?
Started by on , 3 posts by 3 people.  
From the command line (if you have the debug module available): ruby -r debug /path/to/ruby_script.rb .
Here is a random blog article about ruby-debug to get you started .
Check out the ruby-debug gem and the rdebug command.
I want to use Apple's or RedHat's built-in Apache but I want to use Perl 5.10 and mod_perl. What's the least intrusive way to accomplish this? I want the advantage of free security patching for the vendor's Apache, dav, php, etc., but I care a lot about...
Started by on , 4 posts by 4 people.  
I mostly started with this because I didn't want the... .
This was pretty straight forward.
I started with making my own perl RPM that installed perl into a different location, like /opt/ .
Since vendor perl's are usually 2-3 years old.
Ask your Facebook Friends
Possible Duplicate: How do I include functions from another file in my Perl script? I have a perl file suppose a.pl and I want to use a function from perl file b.pl. How do i do it
Started by on , 5 posts by 5 people.  
This would require you to convert b.pl to a package .
In a Perl module file (.pm): See perlmod .
I have been using the Perl command line with a -ne option for years, largely to process text files in ways that sed can't. Example: cat in.txt | perl -ne "s/abc/def/; s/fgh/hij/; print;" > out.txt I have no idea where I learned this, and have only ...
Started by on , 7 posts by 7 people.  
perl -ne 'CODE' is equivalent to the program while (<>) { CODE } perl -ane 'CODE' and perl -F : perl -ne 'print if/REGEX1/&&!/REGEX2/&&(/REGEX3/||/REGEX4/&&!/REGEX5/)' input perl -F/,/ -ane that uses mismatched....
How can I write a web application in Perl so that it can work as plain CGI script, as FastCGI / FCGI script, and from mod_perl / mod_perl2 (preferably using only core Perl modules and those from libwww-Perl, and minimizing number of Perl CPAN modules ...
Started by on , 6 posts by 6 people.  
Yet another possible solution would be to use HTTP::Engine (see also... .
The last part is not exactly true environment, including vanilla CGI, FastCGI, mod_perl, and more.
With built-in support for mod_perl and mod_perl2 as well as FastCGI.
I have a plain perl script that can be run from the command-line via perl -w test.pl . I then have a mod_perl2 script that can be accessed from a web browser. I want to have the latter call the former and send the output to the browser, flushing as it...
Started by on , 6 posts by 6 people.  
You need to find where Perl binary lives (on Unix, do which perl , on Windows, find Perl icond and find command line path or find the directory where perl is installed - for....
This is to put a "1;" at the end of your script .
My department is currently settling on some general code best practices, which we would like to somewhat enforce, providing developers with Perl::Tidy and Perl::Critic configurations. Now we are having problems with side comments. The side comment is ...
Started by on , 5 posts by 5 people.  
However, it's definitely possible to extend Perl::Critic to do this, see in particular Perl::Critic....
I don't think there is any mechanism for actually moving side comments in Perl::Tidy or in Perl probably don't want to do that.
We have an existing Perl application that supports mod_perl . However, our new host (Dreamhost) does not suppport mod_perl, only FastCGI; thus necessitating the port. The existing code does not use any Apache specific stuff and is just normal Perl code...
Started by on , 3 posts by 3 people.  
I assume that you're using some.
Do you use any mod-perl specific an advantage in that there are FastCGI interfaces available for Perl.
Application's means of processing applicable to a FastCGI gateway.
Coming from a Perl 5 background, what are the advantages of moving to Perl 6 or Python? Edit: If you downvoted this because you think it's just flamebait, read the answers below. They're not raving arguments; they're well-written discussions of the pros...
Started by on , 8 posts by 8 people.  
There is also no advantage....
Perl is generally better than python for quick one liners, especially involve text/regular expressions http://sial.org/howto/perl/one-liner/ There is no advantage to be gained by switching from Perl to Python.
Page: 1   2   3   4   5   6   7   8   9   10  
Related Searches
perl doc2txt    ldap perl    perl awk    Perl    perl h    Active Perl    First perl program    perl 5 8 5 10    gunwant singh perl    awk sed perl   
More Information


Forum Search About Omgili Help Plugins Forum/Board Owners Privacy

i
In Title
In Topic
In Reply
Exclude
Boost