Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsGeneralPHPASPPerlColdFusionFlashHTML, CSS, ScriptsBrowsers

Webmaster Forum / Perl / General Perl Topics / March 2010



Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
unary minus strangeness01 Apr 2010 00:01 GMT12
% perl -E'say -0'
0
% perl -E'say -undef'
-0
the mug of Perl31 Mar 2010 13:28 GMT9
http://nostarch.com/mugperl.htm
cheat sheet is here:
http://nostarch.com/mugperl_big.htm
The cheat sheet appears to be targeted more to the casual user rather
Perl Errors31 Mar 2010 10:44 GMT1
I was running a perl script to generate a makefile and run into the
following errors:
======================================================================
Can't locate Getopt/Std.pm in @INC (@INC contains: C:\Program Files
using Print << marker with require statement?31 Mar 2010 07:59 GMT6
A noob question about using a require statement. I tried including a
file that looks like this:
    print << "endOfText";
    Sample Text
File formatting31 Mar 2010 00:39 GMT11
 I have a file with two fields, country and city and "|" delimiter.
Here are the sample formats:
     USA | Boston
     USA | Chicago
Text::ParseWords30 Mar 2010 19:57 GMT9
See the script and output below. The problem is that DATA contains a
single quote in the name O'Toole. Is there any way to get this to
work? Or do I have to roll my own?
Or (horrors) do I have to munge DATA to escape every single quote?
Are there any good tutorials for writing perl cell phone programs?30 Mar 2010 09:11 GMT6
I wanted to know if there were any decent sites out there that have
tutorials for creating perl programs on cell phones.
You never have privacy from your children in Perl 629 Mar 2010 23:25 GMT18
Wanting to run the recent class-attribute discussion[0] through the
neural net of my friend, I described to him in detail how the current
system with attributes works. He's kind of a Java guy, and though he
liked the twigil distinction between private and public, he asked how
CGI redirect method opens new browser window29 Mar 2010 22:37 GMT1
Hi, I am creating a login form that redirects the user to a different
page after they are authenticated. It is redirecting them, always
opens up the new page in a seperate browser window/tab and leaves the
login form open.
Ordering in \bbold{C}29 Mar 2010 22:29 GMT5
Some time ago there was a thread disucssing numeric ordering issues; the
fact that ℂ lacks an ordering was part of that discussion.
A recent paper on arxiv proposes inflicting an ordering on ℂ using:
,----< excerpt from http://arxiv.org/abs/1003.4906 >
command-line arg, negative hex?29 Mar 2010 21:54 GMT18
A test I'm running generates 'implicit' hex values.  So, "123", not
"0x123".  For negative values, it just uses (eg) "-123".  I would like
to sum a set of these on the command line; eg: ' sum.pl  12 34 -10 '
For non-negative values, 'hex()' does what I want.  But, it ignores the
Regex interpolation29 Mar 2010 19:41 GMT3
Is there not a way to run arbitrary code and interpolate the result as
a literal string (instead of a Regex)?
I assume that {...} is intended to be where you hook in
semantics/actions mid-parse, but it seems a bit counter-intuitive that
Pass code reference to sort function29 Mar 2010 08:58 GMT2
I'm trying to build a very minimal ETL tool using Perl.  I'm trying as
much as possible to abstract the gory details of reading, writing and
generally processing the data by providing a pre-built pipeline into
which users can plug various bits of functionality.
socket transmission28 Mar 2010 22:45 GMT7
I have a piece of code in C and wanted to write a little simulator for
it in Perl. I basically wanna be listening on port 16001 and on
reception i wanna send back an acknowledgement "POK\0". I thought I
got this accomplished but for some reason my client doesn't seem to
Perl HTML searching28 Mar 2010 11:17 GMT41
I started a little project where I need to search web pages for their
text and return the links of those pages to me.  I am using
LWP::Simple, HTML::LinkExtor, and Data::Dumper.  Basically all I have
done so far is a list of URL's from my search query of a website, but
Pages: 1 2 3 4 5 6 7 8 February, 2010
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2010 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.