+ Post New Thread
Page 3 of 97 FirstFirst 1 2 3 4 5 13 53 ... LastLast
Threads 41 to 60 of 1921

Forum: PERL Beginners

  1. Reg ex help

    Gidday list, Please I need a reg ex to return everything to the left of '\WORKAREA' in this URL $url =...

    • Replies: 8
    • Views: 547
    02:41 PM Go to last post
  2. Regular expression help

    Hi, I'm pretty new to regular expressions. Before, I used to write long-winded and buggy segments of code with PHPs string functions to extract...

    2 Pages
    1 2
    • Replies: 20
    • Views: 1,252
    11:38 PM Go to last post
  3. Conditional compilation

    I am writing a Perl script which will run on multiple machines. I have a use Expect; in the script. The problem is that Perl Expect is not...

    • Replies: 4
    • Views: 2,334
    04:50 PM Go to last post
  4. regex question

    hi, the regex .* should match everything but newline, right? but it doesnt. sime time ago i read something that .* will not match evrything? is...

    • Replies: 17
    • Views: 958
    05:48 PM Go to last post
  5. system call

    Hi- Can someone please tell me how do I modify following line so that the result gets stored in the var. $count = system("$command...

    • Replies: 4
    • Views: 4,028
    11:54 AM Go to last post
  6. connecting to a mail server via IMAP

    Relaying denied. What is that? Could i connect to any smtp server i want. Please enlighten me!

    • Replies: 19
    • Views: 169
    04:42 PM Go to last post
  7. Import oddity

    > Dan Muey wrote: > > I tried both and no go. All is well (IE the thigns specified > > are Exported to the script) if I do not have >...

    • Replies: 6
    • Views: 163
    Dan
    03:47 PM Go to last post
  8. How to su in a script if su needs a pswd ?

    Please bottom post.... > Hi James, > > Thanks for the pointer to the Expect module. > > I'll set it up and hope I get it working...else I'll...

    • Replies: 8
    • Views: 223
    03:37 PM Go to last post
  9. [OT] Apache internal server redirects

    <!-- snip --> rr.com wrote: > I have an internal server that I need to pass external visitors to > from a web page. The internal server isn't set...

    • Replies: 4
    • Views: 312
    03:26 PM Go to last post
  10. Chdir doesn't work under Apache?

    Thanks so much, David Apache was running as 'local system' and now runs with the appropriate user (never knew that you could run Apache in these...

    • Replies: 1
    • Views: 129
    01:43 PM Go to last post
  11. Which is better, opening and closing, or a massive file opening and a massive closing?

    On Mon, 16 Feb 2004 11:16:54 -0600, wustl.edu (Shiping Wang) wrote: >Hi, >How can I rearrange an array in a specific order based on the order of...

    • Replies: 6
    • Views: 851
    01:30 PM Go to last post
  12. data filtering

    Based on what you have described, the code below will generate an expression string from a series of filter requirements. #!/usr/bin/perl ...

    • Replies: 6
    • Views: 110
    01:22 PM Go to last post
  13. List running applications on Win32

    co.uk (Francis Libble) wrote in message news:<google.com>... Nevermind, after much gnashing of teeth: use Win32::Setupsup; ...

    • Replies: 1
    • Views: 186
    12:49 PM Go to last post
  14. another directory search, yet many subdirs

    Derek Smith wrote: > > I am in need of some help! Here is the info you need for my samba mount > points. > > directories: ...

    • Replies: 3
    • Views: 120
    Rob
    12:05 PM Go to last post
  15. all matches of a regex

    Öznur Tastan wrote: > > Your suggestion was quite helpful but I got stuck when I try to modify it for > general purpose. May be you will have an...

    • Replies: 6
    • Views: 4,943
    Rob
    11:31 AM Go to last post
  16. subroutine parameter validation

    Hi folks, I've had a go a rolling my own subroutine validation code, and would welcome any constructive comments on it. My aim was to allow...

    • Replies: 0
    • Views: 91
    11:31 AM Go to last post
  17. Looking up values in arrays?

    use List::Util "first"; sub has_element($$) { my( $aref, $value ) = @_; first { $aref-> eq $value } 0..$#$aref } ?

    • Replies: 7
    • Views: 931
    06:13 AM Go to last post
  18. manipulating X clipboard

    Hi, Does anyone know if there are any perl modules that will allow me to manipulate the X clipboard. I have searched cpan.org but didnt find...

    • Replies: 0
    • Views: 98
    06:12 AM Go to last post
  19. Help with array, hashes and objects

    On Feb 16, 2004, at 2:46 PM, george wrote: > I want to parse a long ns log text file, and I've attempted to write > some > perl code to do that....

    • Replies: 1
    • Views: 96
    10:37 PM Go to last post
  20. LWP Logging or the such..

    Martin R Morales wrote: > Good Morning/Afternoon Everyone, > > I have been reading up on LWP::UserAgent and HTTP::Request of the LWP...

    • Replies: 3
    • Views: 284
    R.
    10:29 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