| Bogaurd | thanks for your help Jmax-, i have it working perfectly now :) |
| Jmax- | (satisfied customer)++ |
| rellik__ | is .*? the less-hungry .*? like If I have "foo bar baz bean baz boo" and I want to match to the first baz, is it /.*?baz/ ? oop! "is .*? the less-hungry .*?" should be "is .*? the less-hungry '.*' ?" s/oop/oops |
| action | CPAN upload: XML-Comma-1.97 by BRIANSKI |
| CPAN | upload: XML-Comma-1.97 by BRIANSKI |
| Jmax- | rellik__: the ? makes .* non-greedy, yes |
| digitok | XD |
| IceShaman | is there a way to have a global variable under strict that works across files without having to use $:: |
| Jmax- | not that i know of, but don't do that |
| IceShaman | an alternative being? |
| jagerman | rellik__: You don't need .* or .*? there. |
| Jmax- | proper passing of variables |
| rellik__ | jagerman, yeah, it was a bad example :) |
| IceShaman | Jmax-, I have a hash containing settings for a website, each page uses these settings in themselves and in their functions I'm not aware of how to "pass" variables outside of functions, and sending it along to every function intself would be ott I'd just really like 1 global variable that would work sanely, akin to how it would without strict |
| Jmax- | then no strict 'vars' but that's probably a bad idea |
| IceShaman | yes, it is, so in short, I guess I'm stuck with specifying main as the package |
| action | CPAN upload: Devel-Fail-Make-1.008 by MTHURN |
| CPAN | upload: Devel-Fail-Make-1.008 by MTHURN |
| Sempe | So I have software I need people to run on their computers, and I am willing to pay them a small amount of money per month. Where should I find these people? |
| Jmax- | Sempe: hmm, you need people to process your data? Sempe: your best bet is to start a website and service and all that, and start marketing |
| Sempe | Jmax - Yeah it's processing I only need a few people |
| buu | Sempe: Uh, why? |
| Sempe | Data mining basicly using neural network / computer learning logic |
| buu | I'm trying hard to think of a situation where's cheaper to pay random other people to crunch data you can't verify |
| Sempe | Why couldn't the data be verified ? |
| buu | Er, how do you trust the users? |
| Sempe | Well I don't trust them |
| buu | And why not just buy computing time straight up? |
| Sempe | How / Where ? I found one that charges $200 / month for using theirs. That is just dumb. |
| action | CPAN upload: Devel-Fail-MakeTest-1.006 by MTHURN |
| CPAN | upload: Devel-Fail-MakeTest-1.006 by MTHURN |
| ALVAN | hi all why if a set a perl script with #!/usr/bin/perl -w switch works ..but if i let it #!/usr/bin/perl doest work s/doest work /does not work |