Search:

Type: Posts; User: case

Page 1 of 40 1 2 3 4

Search: Search took 0.12 seconds.

  1. Replies
    8
    Views
    1,223

    I see that blesta allows users to create plans...

    I see that blesta allows users to create plans that bill daily. Let me ask this differently. What software assuming it exists would allow me to create my own digitalocean type service? I want to...
  2. Replies
    8
    Views
    1,223

    utility billing?

    What are folks using for utility billing? The only solution I've seen that supports "size x time" based billing is hostbill. Anyone recommend a particular solution?
  3. Replies
    3
    Views
    1,660

    http://advent.perldancer.org/2010/10 provides...

    http://advent.perldancer.org/2010/10 provides instructions for deploying in shared environments. If you find a host that supports WGSI you'll should be able to deploy.

    Check out...
  4. Replies
    3
    Views
    2,819

    They're not comparable tools. It really depends...

    They're not comparable tools. It really depends on what your're doing.

    If you need to test objects, elements, transitions, or javascript in general then phantomjs has a clear advantage. If you're...
  5. Replies
    5
    Views
    962

    I have a perl issue and no idea how to solve it....

    I have a perl issue and no idea how to solve it. For example, all subfolders from a directory must contain a file. If the file is not found, script must print an error with subfolder path included....
  6. What about Catalyst MVC (or Perl) and Template...

    What about Catalyst MVC (or Perl) and Template Toolkit?
  7. Using 64 bit hosts will certainly speed things up...

    Using 64 bit hosts will certainly speed things up as Dougy has mentioned. I might even look to replication depending on the bottleneck.
  8. Replies
    6
    Views
    1,278

    $a = "a/b/c/d"; $b = split( "[/]", $a );...

    $a = "a/b/c/d";
    $b = split( "[/]", $a );
    print_r( $b );


    Array
    (
    [0] => a
    [1] => b
    [2] => c
  9. Stack Overflow (http://stackoverflow.com/)...

    Stack Overflow
    PerlMonks
    OS News
    Hacker News
  10. Replies
    59
    Views
    3,144

    When it comes to Christianity, the core beliefs...

    When it comes to Christianity, the core beliefs have not changed regardless of denomination.

    Sure the Vatican for example might decide that catholic children whom died before baptism now go...
  11. Replies
    59
    Views
    3,144

    I found this quite laughable. Unlike religion,...

    I found this quite laughable.

    Unlike religion, science and governments are adaptable and change often. Secondly science is not "a specific set of fundamental beliefs" nor is it something "one...
  12. Replies
    19
    Views
    1,748

    Wow,I thought Monterey Bay Aquarium was the...

    Wow,I thought Monterey Bay Aquarium was the largest aquarium, yet its only 1.8 million gallons... still very worth seeing though!
  13. Poll: I'm surprised perforce (p4) isn't an option. Many...

    I'm surprised perforce (p4) isn't an option. Many consider it the holy grail of SCM...
  14. Replies
    69
    Views
    5,920

    Poll: How are Perl and PHP similar? I'm not saying...

    How are Perl and PHP similar? I'm not saying you're wrong I'm just interested in why you think that.
  15. Replies
    7
    Views
    1,688

    MySQL provides their own tools too......

    MySQL provides their own tools too... http://dev.mysql.com/downloads/gui-tools/5.0.html
  16. Replies
    69
    Views
    5,920

    Poll: I voted perl... JAPH

    I voted perl... JAPH
  17. Replies
    13
    Views
    1,302

    It's a sad day in the world of comedy.

    It's a sad day in the world of comedy.
  18. Replies
    9
    Views
    1,624

    Is there any reason you prefer not to use a...

    Is there any reason you prefer not to use a relational database such as sqlite, mysql, or postgres?
  19. I'd recommend ditching curl and wget and looking...

    I'd recommend ditching curl and wget and looking to a solution like www::mechanize.

    Here is a quick script that will return the all the URL's to the images on any specific page.

    Expanding this...
  20. Replies
    45
    Views
    3,343

    My everyday watch is a bulova marine star, I also...

    My everyday watch is a bulova marine star, I also have a movado which I now view as some what feminine and a casio gshock I've never worn because it's too huge and plastic!
  21. If you're using CentOS you should really be using...

    If you're using CentOS you should really be using packages. Versions 3, 4, 5 all have mutt and curses.

    Try this:

    yum list | grep -i mutt

    If that doesn't work download the packages from a...
  22. Replies
    11
    Views
    1,297

    The best script editor on the planet is vim if...

    The best script editor on the planet is vim if you're willing to take the time to learn it.
  23. Maybe this will help. You can run the bash script...

    Maybe this will help. You can run the bash script from within the perl script or port the bash script over to perl. Using WWW:Mechanize is a little more elegant then your average bash script. Let me...
  24. just add 'proc_open', and 'proc_close' to the...

    just add 'proc_open', and 'proc_close' to the disabled functions
  25. You don't need mod_security to make php more...

    You don't need mod_security to make php more secure.



    php.ini

    safe_mode = On
    disable_functions = "phpinfo,shell_exec,exec"
Results 1 to 25 of 1000
Page 1 of 40 1 2 3 4