+ Post New Thread
Page 11 of 73 FirstFirst ... 9 10 11 12 13 21 61 ... LastLast
Threads 201 to 220 of 1448

Forum: PERL Miscellaneous

  1. Defeating OS buffering?

    I'm trying to use Perl to automate a specific test process, but OS buffering is defeating some of the main utility of it. I run a program like...

    • Replies: 13
    • Views: 921
    11:26 AM Go to last post
  2. Detecting duplicate keys in a hash I am "requiring"

    Hi, I have a configuration file which is in a perl hash (of hashes and arrays) format. $hash = { key1 => { key2 => val2, key3 => val3, },...

    • Replies: 9
    • Views: 2,408
    11:17 AM Go to last post
  3. Difference between two regular expressions

    Why do the two 'print' lines behave differently in the following? #!/usr/bin/perl -w use strict; use warnings; $/.=$/; while(<DATA>)

    • Replies: 1
    • Views: 826
    10:41 AM Go to last post
  4. Number of elements in an array

    I hope the subject isn't too misleading... I am trying to find the number of elements of each "data" array in the following: -- use...

    • Replies: 6
    • Views: 1,059
    09:33 AM Go to last post
  5. calculation in string

    "Daniel" <dvdoord@planet.nl> wrote in message news:3f4c7dbf$0$49114$e4fe514c@news.xs4all.nl... $var_total = eval($var_tmp); will do what you...

    • Replies: 7
    • Views: 341
    Tom
    07:46 AM Go to last post
  6. Creating a DSN-less connection to a MySQL database

    Hello, I hope someone will be able to help me with this. I am trying to set up a connection to my MySQL database using perl. I already have...

    • Replies: 4
    • Views: 895
    07:10 AM Go to last post
  7. perl regex question

    my $procspeed="state on-line state_begin 1058768026 cpu_type sparcv9 fpu_type sparcv9 clock_MHz 450"; How come this: $procspeed=~...

    • Replies: 7
    • Views: 405
    07:04 AM Go to last post
  8. Perl vs TCL

    Hi, I'm thinking about writing a script in either Perl or TCL, but before I start, I thought it would be a good idea to find out how they...

    • Replies: 10
    • Views: 926
    01:31 AM Go to last post
  9. Is this perl poblem?

    When exec is used to shell tar, and tar is piped back to stdout, after the apache timeout, if the download is cancelled, tar locks up and uses 100%...

    • Replies: 4
    • Views: 393
    01:11 AM Go to last post
  10. URL detection follow-up

    Hi, As per my previous posts, I am searching for a way to open a text file that contains a few paragraphs of text, locate web URL's and replace...

    • Replies: 6
    • Views: 466
    10:45 PM Go to last post
  11. Parsing to insert single quotes

    I have a .csv file with 1750 records to reformat from time to time which look like: Zenia,7.25,Trinity So far, I'm now getting: ...

    • Replies: 9
    • Views: 380
    10:33 PM Go to last post
  12. exit() argument evaluation

    Hi, perl -le 'print 4==7 ? 0 : 1' produces "1" as output and perl -e 'die 4==7 ? 0 : 1' produces "1 at -e line 1.". But

    • Replies: 5
    • Views: 687
    09:36 PM Go to last post
  13. Reading Data File Records

    I'm a little frustrated with Perl's line-by-line file reading and I am hoping that someone can help me. I have a data file that looks like: --...

    • Replies: 7
    • Views: 457
    09:33 PM Go to last post
  14. List Hash 'Field' Names

    I am trying to write more automated code - either I am a lazy typist or am just trying to get more with it! I have a hash I define; I have a form...

    • Replies: 0
    • Views: 714
    09:31 PM Go to last post
  15. looping every x seconds

    Hello, In PERL how do I execute a block of code every "x" seconds? I'm talking a loop or similar but it runs every x seconds, where x is given.

    • Replies: 7
    • Views: 1,293
    09:29 PM Go to last post
  16. File Locking Follow-up

    Hey, after going through several responses to my previous enquires about file locking, I have opted to go with the following. Please have a look and...

    • Replies: 0
    • Views: 338
    09:17 PM Go to last post
  17. Best ways of using a username & password?

    Hi, I'm placing a username and password form on my site but can't decide on the best way to do it. I've looked at Apache Session ID Encrypted...

    • Replies: 12
    • Views: 457
    09:11 PM Go to last post
  18. Download a file in Perl

    I have each month to download all the logfiles from my web server as GZ compressed files. From each domain access and referer log files. The...

    • Replies: 1
    • Views: 653
    08:47 PM Go to last post
  19. Converting C++ to Perl

    I am trying to convert this snippet of c++ code to perl and am having some problems getting the results to match up. I was hoping someone might be...

    • Replies: 5
    • Views: 906
    08:39 PM Go to last post
  20. Mime::Parser::Filer problemo

    Hi, Trying to run MIME::Parser from amavisd (in chroot jail) and am getting a writing/reading tempfile error. Permissions are 777 and amavis...

    • Replies: 0
    • Views: 427
    08:18 PM Go to last post

Thread Display Options

Use this control to limit the display of threads to those newer than the specified time frame.

Allows you to choose the data by which the thread list will be sorted.

Order threads in...

Note: when sorting by date, 'descending order' will show the newest results first.

Icon Legend

Contains unread posts
Contains unread posts
Contains no unread posts
Contains no unread posts
More than 15 replies or 150 views
Hot thread with unread posts
More than 15 replies or 150 views
Hot thread with no unread posts
Closed Thread
Thread is closed
Thread Contains a Message Written By You
You have posted in this thread

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139