|
Prev: Boolean Regexp with perlre
Next: Taint and memory usage
From: Steve K. on 14 Sep 2006 22:55 Mumia W. wrote: | On 09/13/2006 05:31 PM, danparker276(a)yahoo.com wrote: | > Tad, | > " open($fh, '>', \$variable)" This would work perfect, just not the | > right version of perl. [...] | | Do you mean that you can't install and use IO::Scalar? That assumes he knows of it. Why can't anyone realize not everyone memorizes all of CPAN by heart. Yes you can search it, but sometimes it's not a straight forward task as it may seem, especially if you don't know what to look for (yet) in the first place, and hence a perfectly acceptable reason for posting such a post that the OP posted... | If you haven't tried it, you probably can. Heres a link. http://search.cpan.org/search?query=IO%3A%3AScalar&mode=all You can also attempt to install it using the CPAN shell from the commandline: $ perl -MCPAN -e shell install IO::Scalar
From: David Squire on 15 Sep 2006 05:27 Steve K. wrote: > Mumia W. wrote: > | On 09/13/2006 05:31 PM, danparker276(a)yahoo.com wrote: > | > Tad, > | > " open($fh, '>', \$variable)" This would work perfect, just not the > | > right version of perl. [...] > | > | Do you mean that you can't install and use IO::Scalar? > > That assumes he knows of it. Why can't anyone realize not everyone > memorizes all of CPAN by heart. It had already been pointed out to him in this thread. Why can't some folk check a thread before jumping in? DS
From: Paul Lalli on 15 Sep 2006 06:46 Ottis Caw wrote: > The biggest problem with this group and others that display the same > attitudes, is that many who frequent this group seem to presume that > most, shall we say, inexperienced users are automatically clueless. On the contrary. If we were to assume "newbies" are clueless, we would assume they're incapable of doing any research on their own, and would feel it necessary to hand-feed answers. By pointing people to documentation, we are giving them the benefit of the doubt that they are capable of learning on their own, if only they know about the proper resources. Paul Lalli
From: Ted Zlatanov on 15 Sep 2006 11:05 On 14 Sep 2006, danparker276(a)yahoo.com wrote: > Ted Zlatanov wrote: >> On 14 Sep 2006, danparker276(a)yahoo.com wrote: >> >>> being a .net programmer puts me on a higher evolutionary scale, and >>> I get more chicks that way. >> >> So you've evolved into a chicken? That explains a *lot* about .Net >> programmers. > Serious? Was that supposed to be funny? I scored with 2 chicks last > weekend! Think about that next time your home alone on friday night. I made a joke because the stupidity of your original statement set it up nicely. I see it wasn't necessary, you're funnier on your own. Ted
From: Steve K. on 15 Sep 2006 11:19
David Squire wrote: > Steve K. wrote: >> Mumia W. wrote: >>> On 09/13/2006 05:31 PM, danparker276(a)yahoo.com wrote: >>>> Tad, >>>> " open($fh, '>', \$variable)" This would work perfect, just not >>>> the right version of perl. [...] >>> >>> Do you mean that you can't install and use IO::Scalar? >> >> That assumes he knows of it. Why can't anyone realize not everyone >> memorizes all of CPAN by heart. > > It had already been pointed out to him in this thread. Why can't some > folk check a thread before jumping in? Sorry, it was a lengthy thread, though I could of checked on google, though I was just casually reading some posts before calling it a day and just happened to reply. For what it's worth, the tone the thread seemed to be moving towards did not seem like it would yield much helpful. Lets just say I've seen this how many of these types of thread end up going. |